|
||||||||||
| 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.IlvRoundRectangle
IlvRectangle instead
with the IlvRectangle.setRadius(int) method.
public class IlvRoundRectangle
An IlvRoundRectangle 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 | |
|---|---|
IlvRoundRectangle(IlvInputStream stream)
Deprecated. |
|
IlvRoundRectangle(IlvRect rect)
Deprecated. Creates a new IlvRoundRectangle. |
|
IlvRoundRectangle(IlvRect rect,
int radius)
Deprecated. Creates a new IlvRoundRectangle. |
|
IlvRoundRectangle(IlvRoundRectangle source)
Deprecated. Creates a new IlvRoundRectangle by copying an existing one. |
|
| Method Summary | |
|---|---|
IlvGraphic |
copy()
Deprecated. Copies the object. |
void |
setFillOn(boolean value)
Deprecated. On IlvRoundRectangle this method does nothing. |
void |
setStrokeOn(boolean value)
Deprecated. On IlvRoundRectangle this method does nothing. |
| Methods inherited from class ilog.views.graphic.IlvRectangle |
|---|
applyTransform, boundingBox, contains, draw, getBackground, getCorners, getDefinitionRect, getForeground, getIntersectionWithOutline, getRadius, isCornersZoomable, isFillOn, isStrokeOn, moveResize, setBackground, setCorners, setCornersZoomable, setDefinitionRect, setForeground, setRadius, translate, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvRoundRectangle(IlvRect rect,
int radius)
IlvRoundRectangle.
rect - The definition rectangle of the object.radius - The radius of the rectangle corners.public IlvRoundRectangle(IlvRect rect)
IlvRoundRectangle. The radius is 10.
rect - The definition rectangle of the object.public IlvRoundRectangle(IlvRoundRectangle source)
IlvRoundRectangle by copying an existing one.
source - The origin object for the copy.
public IlvRoundRectangle(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 IlvRectangleIlvGraphicpublic final void setStrokeOn(boolean value)
IlvRoundRectangle this method does nothing.
setStrokeOn in class IlvRectanglevalue - Set to true to enable the stroke in your
customized graphic object.IlvRectangle.isStrokeOn()public final void setFillOn(boolean value)
IlvRoundRectangle this method does nothing.
setFillOn in class IlvRectanglevalue - Set to true to enable the fill style for this
graphic object.IlvRectangle.isFillOn()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||