|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A model for the display. A display is used to render components as graphs of boxes and lines (representing components and bindings).
| Method Summary | |
|---|---|
Rect |
getDisplayedArea()
Returns the area of the component graph shown by this display. |
int |
getItfNameDisplayMode()
Returns the displaying mode for the interfaces name of this display. |
int |
getMaxDepth()
Returns the max depth at which the component graph is shown by this display. |
java.awt.Rectangle |
getScreenSize()
Returns the size of this display. |
boolean |
isAntialiasing()
Returns true if this display is anti aliased. |
void |
setDisplayedArea(Rect displayedArea)
Sets the area of the component graph shown by this display. |
void |
setIsAntialiasing(boolean isAntialiasing)
Sets the anti aliasing option of this display. |
void |
setItfNameDisplayMode()
Sets the displaying mode for the interfaces name of this display. |
void |
setMaxDepth(int maxDepth)
Sets the max depth at which the component graph is shown by this display. |
void |
setScreenSize(java.awt.Rectangle screenSize)
Sets the size of this display. |
| Method Detail |
public java.awt.Rectangle getScreenSize()
setScreenSize(java.awt.Rectangle)public void setScreenSize(java.awt.Rectangle screenSize)
screenSize - the new size of this display, in pixels.getScreenSize()public Rect getDisplayedArea()
setDisplayedArea(org.objectweb.fractal.gui.graph.model.Rect)public void setDisplayedArea(Rect displayedArea)
displayedArea - the new area of the component graph shown by this
display.getDisplayedArea()public boolean isAntialiasing()
setIsAntialiasing(boolean)public void setIsAntialiasing(boolean isAntialiasing)
isAntialiasing - the new anti aliasing option of this display.public int getMaxDepth()
setMaxDepth(int)public void setMaxDepth(int maxDepth)
maxDepth - the new max depth at which the component graph is shown by
this display.getMaxDepth()public void setItfNameDisplayMode()
public int getItfNameDisplayMode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||