|
||||||||||
| 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.sdm.graphic.IlvDefaultManagerFrameGraphic
public class IlvDefaultManagerFrameGraphic
This class is an adapter that wraps an IlvDefaultManagerFrame
in an IlvGraphic. It makes it possible to use a default
manager frame for subgraphs created by the SDM SubGraph renderer.
An IlvDefaultManagerFrameGraphic is an IlvGraphic version
of an IlvDefaultManagerFrame. It has the same look and the same properties.
IlvSubGraphRenderer,
IlvDefaultManagerFrame,
IlvManager,
Serialized Form| Constructor Summary | |
|---|---|
IlvDefaultManagerFrameGraphic()
Creates a new IlvDefaultManagerFrameGraphic. |
|
IlvDefaultManagerFrameGraphic(IlvInputStream stream)
Reads an IlvDefaultManagerFrameGraphic from an IVL input stream. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvDefaultManagerFrameGraphic()
IlvDefaultManagerFrameGraphic.
public IlvDefaultManagerFrameGraphic(IlvInputStream stream)
throws IlvReadFileException,
IOException
IlvDefaultManagerFrameGraphic from an IVL input stream.
IlvReadFileException
IOException| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
IlvDefaultManagerFrameGraphic to an IVL output stream.
write in interface IlvPersistentObjectwrite in class IlvGraphicstream - The output stream to write this graphic object to.
IOException - thrown when an exception occurs during
the write operation for this object.public IlvGraphic copy()
IlvDefaultManagerFrameGraphic.
copy in class IlvGraphicIlvGraphic instance.IlvGraphicpublic IlvRect boundingBox(IlvTransformer t)
IlvDefaultManagerFrameGraphic.
boundingBox in class IlvGraphict - The transformer used to draw the object. If the
transformer is null, the bounding box for the
identity transformer is returned.IlvGraphic.draw(java.awt.Graphics, ilog.views.IlvTransformer),
IlvGraphic.zoomable(),
IlvGraphic
public void draw(Graphics dst,
IlvTransformer t)
IlvDefaultManagerFrameGraphic.
draw in class IlvGraphicdst - The destination Graphics.t - The transformation used to draw the object.IlvGraphic.boundingBox(ilog.views.IlvTransformer),
IlvGraphic.zoomable(),
IlvGraphic
public boolean contains(IlvPoint p,
IlvPoint tp,
IlvTransformer t)
IlvDefaultManagerFrameGraphic.
contains in class IlvGraphicp - The point to be tested.tp - The point p transformed by the transformer
t.t - The transformation used to draw the object.
true if the point lies inside this graphic object.IlvGraphicpublic void applyTransform(IlvTransformer t)
IlvDefaultManagerFrameGraphic.
applyTransform in class IlvGraphict - The transformation to be applied.IlvGraphicpublic void moveResize(IlvRect rect)
IlvDefaultManagerFrameGraphic.
moveResize in class IlvGraphicrect - The new bounding rectangle for this object.IlvGraphic,
IlvGraphic.applyTransform(IlvTransformer)public void setManagerFrame(IlvDefaultManagerFrame frame)
IlvDefaultManagerFrame wrapped in this IlvDefaultManagerFrameGraphic.
public IlvDefaultManagerFrame getManagerFrame()
IlvDefaultManagerFrame wrapped in this IlvDefaultManagerFrameGraphic.
public boolean isOpaque()
IlvDefaultManagerFrame.isOpaque(ilog.views.IlvManager).
public void setOpaque(boolean value)
IlvDefaultManagerFrame.setOpaque(boolean).
public Color getTitleColor()
IlvDefaultManagerFrame.getTitleColor().
public void setTitleColor(Color color)
IlvDefaultManagerFrame.setTitleColor(java.awt.Color).
public Font getFont()
IlvDefaultManagerFrame.getFont().
public void setFont(Font font)
IlvDefaultManagerFrame.setFont(java.awt.Font).
public Paint getBackground()
IlvDefaultManagerFrame.getBackground().
public void setBackground(Paint p)
IlvDefaultManagerFrame.setBackground(java.awt.Paint).
public Color getForeground()
IlvDefaultManagerFrame.getForeground().
public void setForeground(Color color)
IlvDefaultManagerFrame.setForeground(java.awt.Color).
setForeground in class IlvGraphiccolor - The new foreground color.IlvGraphic.draw(Graphics, IlvTransformer),
IlvGraphic.setBackground(Color),
IlvGraphic.setFillOn(boolean),
IlvGraphic.setStrokeOn(boolean),
IlvGraphicpublic boolean isShowingTitle()
IlvDefaultManagerFrame.isShowingTitle().
public void setShowingTitle(boolean set)
IlvDefaultManagerFrame.setShowingTitle(boolean).
public void setTitleJustification(int value)
IlvDefaultManagerFrame.setTitleJustification(int).
public int getTitleJustification()
IlvDefaultManagerFrame.getTitleJustification().
public void setTitle(String title)
IlvDefaultManagerFrame.setTitle(java.lang.String).
public String getTitle()
IlvDefaultManagerFrame.getTitle(ilog.views.IlvManager).
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||