|
||||||||||
| 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.IlvArc
ilog.views.graphic.IlvFilledArc
IlvArc instead
with IlvArc.setFillOn(boolean) and IlvArc.setStrokeOn(boolean) methods.
public class IlvFilledArc
A filled arc.
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvFilledArc(IlvRect rect,
float startAngle,
float angle)
rect - The rectangle that contains the circle defining the arc.startAngle - The start angle of the arc.angle - The range angle of the arc.public IlvFilledArc(IlvFilledArc source)
source - The source arc.
public IlvFilledArc(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - if the format is not correct.
IlvReadFileException| Method Detail |
|---|
public void setForeground(Color color)
IlvArc.
Warning: This method is redefined on this class
only for compatibility reasons.
setForeground in class IlvArccolor - The new color.IlvArc.getForeground()public Color getForeground()
IlvArc.
Warning: This method is redefined on this class
only for compatibility reasons.
getForeground in class IlvArcIlvArc.setForeground(java.awt.Color)public final void setStrokeOn(boolean value)
IlvFilledArc this method does nothing.
setStrokeOn in class IlvArcvalue - Set to true to enable the stroke in your
customized graphic object.IlvArc.isStrokeOn(),
IlvArc.setFillOn(boolean)public final void setFillOn(boolean value)
IlvFilledArc this method does nothing.
setFillOn in class IlvArcvalue - Set to true to enable the fill style for this
graphic object.IlvArc.isFillOn(),
IlvArc.setFillOn(boolean)public IlvGraphic copy()
copy in class IlvArcIlvGraphic
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||