IlvEllipse
instead
with IlvEllipse.setFillOn(boolean)
and IlvEllipse.setStrokeOn(boolean)
methods.public class IlvFilledEllipse extends IlvEllipse
drawrect
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
applyTransform, boundingBox, contains, draw, getBackground, getDefinitionRect, getIntersectionWithOutline, isFillOn, isStrokeOn, setBackground, write
addActionListener, addNamedPropertyListener, allViewsRemoved, baseTextDirectionChanged, blinkingStateOn, boundingBox, callDraw, componentOrientationChanged, getAndAssociateObjectInteractor, getBaseTextDirection, getBlinkingAction, getBlinkingObjectOwner, getBlinkingOffPeriod, getBlinkingOnPeriod, getCenter, getComponentOrientation, getDefaultInteractor, getGraphicBag, GetGraphicObject, getLocale, getName, getNamedProperty, getObjectInteractor, getPopupMenu, getPopupMenu, getPopupMenuName, getProperty, getResolvedBaseTextDirection, getToolTipBaseTextDirection, getToolTipText, getToolTipText, getTopLevelGraphicBag, getTransferData, getTransferDataFlavors, getULocale, getZOrderIndex, hasProperty, inside, intersects, invalidateBBoxCache, invalidateBidiCache, isBaseTextDirectionSensitive, isComponentOrientationSensitive, isDataFlavorSupported, isEditable, isInApplyToObject, isLocaleSensitive, isMovable, isPersistent, isSelectable, isVisible, localeChanged, makeSelection, move, move, moveResize, needsViewNotification, notifyObjectInteractorToManager, processActionEvent, reDraw, registerBlinkingResource, removeActionListener, removeNamedProperty, removeNamedPropertyListener, removeProperty, replaceProperty, resize, rotate, scale, setBaseTextDirection, setBaseTextDirectionDuringConstruction, setBlinkingAction, setBlinkingOffPeriod, setBlinkingOnPeriod, setEditable, setGraphicBag, setInApplyToObject, setMovable, setName, setNamedProperty, setNameImpl, setObjectInteractor, setPopupMenu, setPopupMenuName, setProperty, setSelectable, setToolTipBaseTextDirection, setToolTipText, setVisible, setZOrderIndex, toString, translate, updateNeedsViewNotification, usesBidiMarkers, viewAddedOrRemoved, zoomable
public IlvFilledEllipse(IlvRect rect)
rect
- The bounding rectangle of the ellipse.public IlvFilledEllipse(IlvPoint center, int radius)
center
- The center of the circle.radius
- The radius of the circle.public IlvFilledEllipse(IlvFilledEllipse source)
source
- The origin of the copy.public IlvFilledEllipse(IlvInputStream stream) throws IlvReadFileException
IlvInputStream
.stream
- The input stream.IlvReadFileException
- if the format is not correct.IlvReadFileException
public void setForeground(Color color)
IlvEllipse
.
Warning: This method is redefined on this class
only for compatibility reasons.setForeground
in class IlvEllipse
color
- The new foreground color.IlvGraphic.draw(Graphics, IlvTransformer)
,
IlvGraphic.setBackground(Color)
,
IlvGraphic.setFillOn(boolean)
,
IlvGraphic.setStrokeOn(boolean)
,
IlvGraphic
public Color getForeground()
IlvEllipse
.
Warning: This method is redefined on this class
only for compatibility reasons.getForeground
in class IlvEllipse
public final void setStrokeOn(boolean value)
IlvFilledEllipse
this method does nothing.setStrokeOn
in class IlvEllipse
value
- Set to true
to enable the stroke in your
customized graphic object.IlvEllipse.isStrokeOn()
public final void setFillOn(boolean value)
IlvFilledEllipse
this method does nothing.setFillOn
in class IlvEllipse
value
- Set to true
to enable the fill style for this
graphic object.IlvEllipse.isFillOn()
public IlvGraphic copy()
copy
in class IlvEllipse
IlvGraphic
© Copyright Rogue Wave Software, Inc. 1997, 2016. All Rights Reserved.