|
||||||||||
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.BindingController
public 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.BindingController
public void unbindFc(java.lang.String clientItfName)
unbindFc
in interface org.objectweb.fractal.api.control.BindingController
public java.awt.Rectangle getScreenSize()
Display
getScreenSize
in interface Display
Display.setScreenSize(java.awt.Rectangle)
public void setScreenSize(java.awt.Rectangle screenSize)
Display
setScreenSize
in interface Display
screenSize
- the new size of this display, in pixels.Display.getScreenSize()
public Rect getDisplayedArea()
Display
getDisplayedArea
in interface Display
Display.setDisplayedArea(org.objectweb.fractal.gui.graph.model.Rect)
public void setDisplayedArea(Rect displayedArea)
Display
setDisplayedArea
in interface Display
displayedArea
- the new area of the component graph shown by this
display.Display.getDisplayedArea()
public boolean isAntialiasing()
Display
isAntialiasing
in interface Display
Display.setIsAntialiasing(boolean)
public void setIsAntialiasing(boolean isAntialiasing)
Display
setIsAntialiasing
in interface Display
isAntialiasing
- the new anti aliasing option of this display.public int getMaxDepth()
Display
getMaxDepth
in interface Display
Display.setMaxDepth(int)
public void setMaxDepth(int maxDepth)
Display
setMaxDepth
in interface Display
maxDepth
- the new max depth at which the component graph is shown by
this display.Display.getMaxDepth()
public int getItfNameDisplayMode()
Display
getItfNameDisplayMode
in interface Display
public void setItfNameDisplayMode()
Display
setItfNameDisplayMode
in interface Display
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |