|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemind.modes.LineAdapter
freemind.modes.CloudAdapter
Nested Class Summary |
Nested classes inherited from class freemind.modes.LineAdapter |
LineAdapter.LineAdapterListener |
Field Summary |
Fields inherited from class freemind.modes.LineAdapter |
color, DEFAULT_WIDTH, frame, NORMAL_WIDTH, standardColorPropertyString, standardStylePropertyString, stroke, style, target, width |
Constructor Summary | |
|
CloudAdapter(MindMapNode target,
FreeMindMain frame)
|
protected |
CloudAdapter(MindMapNode target,
FreeMindMain frame,
java.lang.String standardColorPropertyString,
java.lang.String standardStylePropertyString)
For derived classes. |
Method Summary | |
void |
changeIterativeLevel(int deltaLevel)
changes the iterative level. |
java.awt.Color |
getExteriorColor()
Describes the color of the exterior of the cloud. |
int |
getIterativeLevel()
gets iterative level which is required for painting and layout. |
protected java.awt.Color |
getStandardColor()
See @see setStandardColor |
protected java.lang.String |
getStandardStyle()
|
XMLElement |
save()
|
protected void |
setStandardColor(java.awt.Color standardColor)
As this color is static but used in at least three different objects (edges, clouds and links), the abstract mechanism was chosen. |
protected void |
setStandardStyle(java.lang.String standardStyle)
|
void |
setTarget(MindMapNode target)
The node to which this line is associated. |
Methods inherited from class freemind.modes.LineAdapter |
clone, getColor, getFrame, getStroke, getStyle, getTarget, getWidth, setColor, setStyle, setWidth, toString, updateStandards |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface freemind.modes.MindMapLine |
clone, getColor, getStroke, getStyle, getWidth, toString |
Constructor Detail |
public CloudAdapter(MindMapNode target, FreeMindMain frame)
protected CloudAdapter(MindMapNode target, FreeMindMain frame, java.lang.String standardColorPropertyString, java.lang.String standardStylePropertyString)
Method Detail |
public void setTarget(MindMapNode target)
MindMapLine
setTarget
in interface MindMapLine
setTarget
in class LineAdapter
public java.awt.Color getExteriorColor()
MindMapCloud
getExteriorColor
in interface MindMapCloud
public int getIterativeLevel()
getIterativeLevel
in interface MindMapCloud
public void changeIterativeLevel(int deltaLevel)
changeIterativeLevel
in interface MindMapCloud
public XMLElement save()
save
in interface MindMapCloud
protected java.awt.Color getStandardColor()
LineAdapter
getStandardColor
in class LineAdapter
protected void setStandardColor(java.awt.Color standardColor)
LineAdapter
setStandardColor
in class LineAdapter
protected java.lang.String getStandardStyle()
getStandardStyle
in class LineAdapter
protected void setStandardStyle(java.lang.String standardStyle)
setStandardStyle
in class LineAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |