|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvGraphic
ilog.views.graphic.IlvEllipse
ilog.views.graphic.IlvFilledEllipse
IlvEllipse instead
with IlvEllipse.setFillOn(boolean) and IlvEllipse.setStrokeOn(boolean) methods.
public class IlvFilledEllipse
A filled ellipse.
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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| Method Detail |
|---|
public void setForeground(Color color)
IlvEllipse.
Warning: This method is redefined on this class
only for compatibility reasons.
setForeground in class IlvEllipsecolor - The new foreground color.IlvGraphic.draw(Graphics, IlvTransformer),
IlvGraphic.setBackground(Color),
IlvGraphic.setFillOn(boolean),
IlvGraphic.setStrokeOn(boolean),
IlvGraphicpublic Color getForeground()
IlvEllipse.
Warning: This method is redefined on this class
only for compatibility reasons.
getForeground in class IlvEllipsepublic final void setStrokeOn(boolean value)
IlvFilledEllipse this method does nothing.
setStrokeOn in class IlvEllipsevalue - 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 IlvEllipsevalue - Set to true to enable the fill style for this
graphic object.IlvEllipse.isFillOn()public IlvGraphic copy()
copy in class IlvEllipseIlvGraphic
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||