ilog.views.graphic
Class IlvFilledArc

java.lang.Object
  extended by ilog.views.IlvGraphic
      extended by ilog.views.graphic.IlvArc
          extended by ilog.views.graphic.IlvFilledArc
All Implemented Interfaces:
IlvDefinitionRectInterface, IlvPersistentObject, Transferable, Serializable

Deprecated. Beginning with JViews 5.5 you should use IlvArc instead with IlvArc.setFillOn(boolean) and IlvArc.setStrokeOn(boolean) methods.

public class IlvFilledArc
extends IlvArc

A filled arc.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ilog.views.graphic.IlvArc
bbox
 
Constructor Summary
IlvFilledArc(IlvFilledArc source)
          Deprecated. Creates a filled arc by copying an existing one.
IlvFilledArc(IlvInputStream stream)
          Deprecated.  
IlvFilledArc(IlvRect rect, float startAngle, float angle)
          Deprecated. Creates a filled arc.
 
Method Summary
 IlvGraphic copy()
          Deprecated. Copies the object.
 Color getForeground()
          Deprecated. Returns the color of the IlvArc.
 void setFillOn(boolean value)
          Deprecated. On IlvFilledArc this method does nothing.
 void setForeground(Color color)
          Deprecated. Changes the color of the IlvArc.
 void setStrokeOn(boolean value)
          Deprecated. On IlvFilledArc this method does nothing.
 
Methods inherited from class ilog.views.graphic.IlvArc
applyTransform, boundingBox, contains, draw, getAnnulusThickness, getBackground, getCenter, getDefinitionRect, getDefinitionTransformer, getDeltaAngle, getIntersectionWithOutline, getStartAngle, getTransformer, isFillOn, isStrokeOn, isTransformerMode, rotate, setAnnulusThickness, setBackground, setDefinitionRect, setDeltaAngle, setStartAngle, setTransformer, setTransformerMode, symmetry, write
 
Methods inherited from class ilog.views.IlvGraphic
addActionListener, addNamedPropertyListener, boundingBox, getAndAssociateObjectInteractor, getDefaultInteractor, getGraphicBag, GetGraphicObject, getName, getNamedProperty, getObjectInteractor, getPopupMenu, getPopupMenu, getPopupMenuName, getProperty, getToolTipText, getToolTipText, getTopLevelGraphicBag, getTransferData, getTransferDataFlavors, hasProperty, inside, intersects, isDataFlavorSupported, isEditable, isInApplyToObject, isMovable, isPersistent, isSelectable, isVisible, makeSelection, move, move, moveResize, notifyObjectInteractorToManager, processActionEvent, reDraw, removeActionListener, removeNamedProperty, removeNamedPropertyListener, removeProperty, replaceProperty, resize, scale, setEditable, setGraphicBag, setInApplyToObject, setMovable, setName, setNamedProperty, setNameImpl, setObjectInteractor, setPopupMenu, setPopupMenuName, setProperty, setSelectable, setToolTipText, setVisible, toString, translate, zoomable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlvFilledArc

public IlvFilledArc(IlvRect rect,
                    float startAngle,
                    float angle)
Deprecated. 
Creates a filled arc.

Parameters:
rect - The rectangle that contains the circle defining the arc.
startAngle - The start angle of the arc.
angle - The range angle of the arc.

IlvFilledArc

public IlvFilledArc(IlvFilledArc source)
Deprecated. 
Creates a filled arc by copying an existing one.

Parameters:
source - The source arc.

IlvFilledArc

public IlvFilledArc(IlvInputStream stream)
             throws IlvReadFileException
Deprecated. 

Reads the object from an IlvInputStream.

Parameters:
stream - The input stream.
Throws:
IlvReadFileException - if the format is not correct.
IlvReadFileException
Method Detail

setForeground

public void setForeground(Color color)
Deprecated. 
Changes the color of the IlvArc. Warning: This method is redefined on this class only for compatibility reasons.

Overrides:
setForeground in class IlvArc
Parameters:
color - The new color.
See Also:
IlvArc.getForeground()

getForeground

public Color getForeground()
Deprecated. 
Returns the color of the IlvArc. Warning: This method is redefined on this class only for compatibility reasons.

Overrides:
getForeground in class IlvArc
Returns:
The color of the object.
See Also:
IlvArc.setForeground(java.awt.Color)

setStrokeOn

public final void setStrokeOn(boolean value)
Deprecated. 
On IlvFilledArc this method does nothing.

Overrides:
setStrokeOn in class IlvArc
Parameters:
value - Set to true to enable the stroke in your customized graphic object.
Since:
JViews 5.5
See Also:
IlvArc.isStrokeOn(), IlvArc.setFillOn(boolean)

setFillOn

public final void setFillOn(boolean value)
Deprecated. 
On IlvFilledArc this method does nothing.

Overrides:
setFillOn in class IlvArc
Parameters:
value - Set to true to enable the fill style for this graphic object.
Since:
JViews 5.5
See Also:
IlvArc.isFillOn(), IlvArc.setFillOn(boolean)

copy

public IlvGraphic copy()
Deprecated. 
Copies the object. This method copies the object by calling the copy constructor.

Overrides:
copy in class IlvArc
Returns:
A copy of the object.
See Also:
IlvGraphic


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.