|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.gui.graph.model.BasicDisplay
Basic implementation of the Display interface.
| Field Summary | |
|---|---|
static java.lang.String |
DISPLAY_LISTENERS_BINDING
A collection client interface bound to the listeners of this model. |
static java.lang.String |
USER_DATA_BINDING
An optional client interface TODO javadoc. |
| Constructor Summary | |
|---|---|
BasicDisplay()
Constructs a new BasicDisplay component. |
|
| Method Summary | |
|---|---|
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
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. |
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
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. |
void |
unbindFc(java.lang.String clientItfName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DISPLAY_LISTENERS_BINDING
listeners of this model.
public static final java.lang.String USER_DATA_BINDING
| Constructor Detail |
public BasicDisplay()
BasicDisplay component.
| Method Detail |
public java.lang.String[] listFc()
listFc in interface org.objectweb.fractal.api.control.BindingControllerpublic java.lang.Object lookupFc(java.lang.String clientItfName)
lookupFc in interface org.objectweb.fractal.api.control.BindingController
public void bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
bindFc in interface org.objectweb.fractal.api.control.BindingControllerpublic void unbindFc(java.lang.String clientItfName)
unbindFc in interface org.objectweb.fractal.api.control.BindingControllerpublic java.awt.Rectangle getScreenSize()
Display
getScreenSize in interface DisplayDisplay.setScreenSize(java.awt.Rectangle)public void setScreenSize(java.awt.Rectangle screenSize)
Display
setScreenSize in interface DisplayscreenSize - the new size of this display, in pixels.Display.getScreenSize()public Rect getDisplayedArea()
Display
getDisplayedArea in interface DisplayDisplay.setDisplayedArea(org.objectweb.fractal.gui.graph.model.Rect)public void setDisplayedArea(Rect displayedArea)
Display
setDisplayedArea in interface DisplaydisplayedArea - the new area of the component graph shown by this
display.Display.getDisplayedArea()public boolean isAntialiasing()
Display
isAntialiasing in interface DisplayDisplay.setIsAntialiasing(boolean)public void setIsAntialiasing(boolean isAntialiasing)
Display
setIsAntialiasing in interface DisplayisAntialiasing - the new anti aliasing option of this display.public int getMaxDepth()
Display
getMaxDepth in interface DisplayDisplay.setMaxDepth(int)public void setMaxDepth(int maxDepth)
Display
setMaxDepth in interface DisplaymaxDepth - the new max depth at which the component graph is shown by
this display.Display.getMaxDepth()public int getItfNameDisplayMode()
Display
getItfNameDisplayMode in interface Displaypublic void setItfNameDisplayMode()
Display
setItfNameDisplayMode in interface Display
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||