|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A model associating coordinates to components.
Method Summary | |
java.awt.Color |
getComponentColor(Component component)
TODO javadoc. |
Rect |
getComponentPosition(Component component)
Returns the coordinates of the given component. |
void |
setComponentColor(Component component,
java.awt.Color color)
TODO javadoc. |
void |
setComponentPosition(Component component,
Rect position)
Sets the coordinates of the given component. |
Method Detail |
public java.awt.Color getComponentColor(Component component)
component
-
public void setComponentColor(Component component, java.awt.Color color)
component
- color
- public Rect getComponentPosition(Component component)
component
- the component whose coordinates must be returned.
setComponentPosition(org.objectweb.fractal.gui.model.Component, org.objectweb.fractal.gui.graph.model.Rect)
public void setComponentPosition(Component component, Rect position)
component
- the component whose coordinates must be set.position
- the new coordinates of the given component.getComponentPosition(org.objectweb.fractal.gui.model.Component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |