|
||||||||||
| 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.IlvGraphicHandle
ilog.views.sdm.renderer.IlvExpandCollapseRenderer.SubGraphNode
public static class IlvExpandCollapseRenderer.SubGraphNode
The class SubGraphNode implements the special
graphic object used to encapsulate the children of an expandable
node.
This class is public only to allow saving, in an IVL file, the contents of a grapher associated with an SDM engine and containing expandable nodes.
This class cannot be instantiated directly: only its "read" constructor is public.
| Constructor Summary | |
|---|---|
IlvExpandCollapseRenderer.SubGraphNode(IlvInputStream stream)
Reads the subgraph node from an IVL stream. |
|
| Method Summary | |
|---|---|
IlvRect |
boundingBox(IlvTransformer t)
Returns the bounding rectangle of the graphic objects. |
void |
write(IlvOutputStream stream)
Writes the subgraph node to an IVL stream. |
| Methods inherited from class ilog.views.graphic.IlvGraphicHandle |
|---|
applyTransform, contains, copy, draw, getIntersectionWithOutline, getObject, getOriginalPopupMenu, getPopupMenu, getToolTipText, inside, intersects, isOwner, isPersistent, move, move, moveResize, resize, rotate, scale, setBackground, setDelegateMoveResize, setForeground, setObject, setOwner, translate, zoomable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvExpandCollapseRenderer.SubGraphNode(IlvInputStream stream)
throws IlvReadFileException,
IOException
stream - The input steam.
IlvReadFileException
IOException| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
write in interface IlvPersistentObjectwrite in class IlvGraphicHandlestream - The output steam.
IOException - thrown when an exception occurs during
the write operation for this object.public IlvRect boundingBox(IlvTransformer t)
boundingBox in class IlvGraphicHandlet - The transformer used to compute the bounding rectangle.IlvGraphic.draw(java.awt.Graphics, ilog.views.IlvTransformer),
IlvGraphic.zoomable(),
IlvGraphic
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||