ilog.views.graphic
Class IlvFilledEllipse

java.lang.Object
  extended by ilog.views.IlvGraphic
      extended by ilog.views.graphic.IlvEllipse
          extended by ilog.views.graphic.IlvFilledEllipse
All Implemented Interfaces:
IlvPersistentObject, Transferable, Serializable

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

public class IlvFilledEllipse
extends IlvEllipse

A filled ellipse.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ilog.views.graphic.IlvEllipse
drawrect
 
Constructor Summary
IlvFilledEllipse(IlvFilledEllipse source)
          Deprecated. Creates a new filled ellipse by copying an existing one.
IlvFilledEllipse(IlvInputStream stream)
          Deprecated.  
IlvFilledEllipse(IlvPoint center, int radius)
          Deprecated. Creates a new filled circle.
IlvFilledEllipse(IlvRect rect)
          Deprecated. Creates a new filled ellipse.
 
Method Summary
 IlvGraphic copy()
          Deprecated. Copies the object.
 Color getForeground()
          Deprecated. Returns the foreground color of the IlvEllipse.
 void setFillOn(boolean value)
          Deprecated. On IlvFilledEllipse this method does nothing.
 void setForeground(Color color)
          Deprecated. Changes the foreground color of the IlvEllipse.
 void setStrokeOn(boolean value)
          Deprecated. On IlvFilledEllipse this method does nothing.
 
Methods inherited from class ilog.views.graphic.IlvEllipse
applyTransform, boundingBox, contains, draw, getBackground, getDefinitionRect, getIntersectionWithOutline, isFillOn, isStrokeOn, setBackground, write
 
Methods inherited from class ilog.views.IlvGraphic
addActionListener, addNamedPropertyListener, boundingBox, getAndAssociateObjectInteractor, getCenter, 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, rotate, 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

IlvFilledEllipse

public IlvFilledEllipse(IlvRect rect)
Deprecated. 
Creates a new filled ellipse.

Parameters:
rect - The bounding rectangle of the ellipse.

IlvFilledEllipse

public IlvFilledEllipse(IlvPoint center,
                        int radius)
Deprecated. 
Creates a new filled circle.

Parameters:
center - The center of the circle.
radius - The radius of the circle.

IlvFilledEllipse

public IlvFilledEllipse(IlvFilledEllipse source)
Deprecated. 
Creates a new filled ellipse by copying an existing one.

Parameters:
source - The origin of the copy.

IlvFilledEllipse

public IlvFilledEllipse(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 foreground color of the IlvEllipse. Warning: This method is redefined on this class only for compatibility reasons.

Overrides:
setForeground in class IlvEllipse
Parameters:
color - The new foreground color.
See Also:
IlvGraphic.draw(Graphics, IlvTransformer), IlvGraphic.setBackground(Color), IlvGraphic.setFillOn(boolean), IlvGraphic.setStrokeOn(boolean), IlvGraphic

getForeground

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

Overrides:
getForeground in class IlvEllipse
Returns:
The foreground color of the object.

setStrokeOn

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

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

setFillOn

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

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

copy

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

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


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