|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beanexplorer.beans.Option
biouml.model.DiagramViewOptions
General class to store options for diagram painting.
| Field Summary | |
int |
compartmentTitleAlignment
|
protected ColorFont |
compartmentTitleFont
Diagram title ColorFont. |
protected ColorFont |
defaultFont
Default ColorFont. |
protected Pen |
defaultPen
Default Pen. |
protected boolean |
designMode
|
int |
diagramTitleAlignment
|
protected ColorFont |
diagramTitleFont
Diagram title ColorFont. |
protected boolean |
diagramTitleVisible
|
protected Pen |
nodePen
Pen to paint Node. |
protected ColorFont |
nodeTitleFont
ColorFont for Node title. |
protected java.awt.Point |
nodeTitleMargin
Margin between node image and node title. |
protected Brush |
noteBrush
|
protected Pen |
noteLinkPen
|
protected java.awt.Point |
noteMargin
|
| Fields inherited from class com.beanexplorer.beans.Option |
notificationEnabled, propagationEnabled |
| Constructor Summary | |
DiagramViewOptions(com.beanexplorer.beans.Option parent)
Creates DiagramViewOptions and initializes it to the specified options. |
|
| Methods inherited from class com.beanexplorer.beans.Option |
addPropertyChangeListener, copyListenersTo, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getParent, isNotificationEnabled, isPropagationEnabled, removePropertyChangeListener, setNotificationEnabled, setParent, setPropagationEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean designMode
protected ColorFont diagramTitleFont
ColorFont.
protected boolean diagramTitleVisible
public int diagramTitleAlignment
protected ColorFont compartmentTitleFont
ColorFont.
public int compartmentTitleAlignment
protected Brush noteBrush
protected java.awt.Point noteMargin
protected Pen noteLinkPen
protected Pen nodePen
Pen to paint Node.
protected ColorFont nodeTitleFont
ColorFont for Node title.
protected java.awt.Point nodeTitleMargin
protected Pen defaultPen
Pen.
protected ColorFont defaultFont
ColorFont.
| Constructor Detail |
public DiagramViewOptions(com.beanexplorer.beans.Option parent)
DiagramViewOptions and initializes it to the specified options.
parent - parent property| Method Detail |
public boolean isDesignMode()
public void setDesignMode(boolean designMode)
public ColorFont getDiagramTitleFont()
public void setDiagramTitleFont(ColorFont diagramTitleFont)
public boolean isDiagramTitleVisible()
public void setDiagramTitleVisible(boolean diagramTitleVisible)
public int getDiagramTitleAlignment()
public void setDiagramTitleAlignment(int diagramTitleAlignment)
public ColorFont getCompartmentTitleFont()
public void setCompartmentTitleFont(ColorFont compartmentTitleFont)
public int getCompartmentTitleAlignment()
public void setCompartmentTitleAlignment(int compartmentTitleAlignment)
public Brush getNoteBrush()
public void setNoteBrush(Brush noteBrush)
public java.awt.Point getNoteMargin()
public void setNoteMargin(java.awt.Point noteMargin)
public Pen getNoteLinkPen()
public void setNoteLinkPen(Pen noteLinkPen)
public Pen getNodePen()
public void setNodePen(Pen nodePen)
public ColorFont getNodeTitleFont()
public void setNodeTitleFont(ColorFont nodeTitleFont)
public java.awt.Point getNodeTitleMargin()
public void setNodeTitleMargin(java.awt.Point nodeTitleMargin)
public Pen getDefaultPen()
public void setDefaultPen(Pen defaultPen)
public ColorFont getDefaultFont()
public void setDefaultFont(ColorFont defaultFont)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||