|
||||||||||
| 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.sdm.graphic.IlvExpandedFrame
public class IlvExpandedFrame
An IlvGraphic that displays a solid color surrounded by a rounded border.
| Field Summary |
|---|
| Fields inherited from class ilog.views.graphic.IlvRectangle |
|---|
BOTTOM_LEFT, BOTTOM_RIGHT, drawrect, TOP_LEFT, TOP_RIGHT |
| Constructor Summary | |
|---|---|
IlvExpandedFrame()
Constructs a standard IlvExpandedFrame. |
|
IlvExpandedFrame(IlvExpandedFrame source)
Creates a new IlvExpandedFrame by copying an existing one. |
|
IlvExpandedFrame(IlvInputStream stream)
Reads the object from an IlvInputStream. |
|
| Method Summary | |
|---|---|
void |
draw(Graphics g,
IlvTransformer t)
Draws the IlvExpandedFrame. |
float |
getThickness()
Returns the edge thickness. |
void |
setThickness(float val)
Sets the thickness of the edge. |
void |
write(IlvOutputStream stream)
Writes the object to an IlvOutputStream. |
| Methods inherited from class ilog.views.graphic.IlvFilledRectangle |
|---|
copy, getForeground, setFillOn, setForeground, setRadius, setStrokeOn |
| Methods inherited from class ilog.views.graphic.IlvRectangle |
|---|
applyTransform, boundingBox, contains, getBackground, getCorners, getDefinitionRect, getIntersectionWithOutline, getRadius, isCornersZoomable, isFillOn, isStrokeOn, moveResize, setBackground, setCorners, setCornersZoomable, setDefinitionRect, translate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvExpandedFrame()
IlvExpandedFrame.
public IlvExpandedFrame(IlvExpandedFrame source)
IlvExpandedFrame by copying an existing one.
source - The origin object for the copy.
public IlvExpandedFrame(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - if the format is not correct.| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream.
Note that even if this is a public method, you should not
call it directly. You should use the write
methods of the manager instead.
write in interface IlvPersistentObjectwrite in class IlvRectanglestream - The output stream.
IOException - thrown when an exception occurs during
the write operation for this object.public void setThickness(float val)
val - The new value.public float getThickness()
public void draw(Graphics g,
IlvTransformer t)
IlvExpandedFrame.
draw in class IlvRectangleg - The AWT graphics.t - The ILOG JViews transformer.IlvGraphic.boundingBox(ilog.views.IlvTransformer),
IlvGraphic.zoomable(),
IlvGraphic
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||