|
||||||||||
| 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.IlvRectangle
ilog.views.graphic.IlvFilledRectangle
ilog.views.graphic.IlvFilledRoundRectangle
IlvRectangle instead
with IlvRectangle.setRadius(int) and IlvRectangle.setFillOn(boolean) methods.
public class IlvFilledRoundRectangle
An IlvFilledRoundRectangle is a rectangle with round corners.
| Field Summary |
|---|
| Fields inherited from class ilog.views.graphic.IlvRectangle |
|---|
BOTTOM_LEFT, BOTTOM_RIGHT, drawrect, TOP_LEFT, TOP_RIGHT |
| Constructor Summary | |
|---|---|
IlvFilledRoundRectangle(IlvFilledRoundRectangle source)
Deprecated. Creates a new IlvRoundRectangle by copying an existing one. |
|
IlvFilledRoundRectangle(IlvInputStream stream)
Deprecated. |
|
IlvFilledRoundRectangle(IlvRect rect)
Deprecated. Creates a new IlvFilledRoundRectangle. |
|
IlvFilledRoundRectangle(IlvRect rect,
int radius)
Deprecated. Creates a new IlvFilledRoundRectangle. |
|
| Method Summary | |
|---|---|
IlvGraphic |
copy()
Deprecated. Copies the object. |
void |
setRadius(int radius)
Deprecated. Changes the radius. |
| Methods inherited from class ilog.views.graphic.IlvFilledRectangle |
|---|
getForeground, setFillOn, setForeground, setStrokeOn |
| Methods inherited from class ilog.views.graphic.IlvRectangle |
|---|
applyTransform, boundingBox, contains, draw, getBackground, getCorners, getDefinitionRect, getIntersectionWithOutline, getRadius, isCornersZoomable, isFillOn, isStrokeOn, moveResize, setBackground, setCorners, setCornersZoomable, setDefinitionRect, translate, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvFilledRoundRectangle(IlvRect rect,
int radius)
IlvFilledRoundRectangle.
rect - The definition rectangle of the object.public IlvFilledRoundRectangle(IlvRect rect)
IlvFilledRoundRectangle.
rect - The definition rectangle of the object. The radius is 10.public IlvFilledRoundRectangle(IlvFilledRoundRectangle source)
IlvRoundRectangle by copying an existing one.
source - The origin object for the copy.
public IlvFilledRoundRectangle(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - if the format is not correct.
IlvReadFileException| Method Detail |
|---|
public IlvGraphic copy()
copy in class IlvFilledRectangleIlvGraphicpublic void setRadius(int radius)
setRadius in class IlvFilledRectangleradius - The new radius.IlvRectangle.getRadius()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||