public class MindMapArrowLinkModel extends ArrowLinkAdapter
LinkAdapter.LinkAdapterListener
endArrow, endInclination, showControlPointsFlag, startArrow, startInclination
RESOURCES_STANDARDLINKSTYLE
color, DEFAULT_WIDTH, frame, NORMAL_WIDTH, style, target, width
Constructor and Description |
---|
MindMapArrowLinkModel(MindMapNode source,
MindMapNode target,
FreeMindMain frame) |
Modifier and Type | Method and Description |
---|---|
void |
changeInclination(MapView map,
int originX,
int originY,
int deltaX,
int deltaY) |
java.lang.Object |
clone() |
java.lang.String |
toString() |
copy, createArrowLinkTarget, getEndArrow, getEndInclination, getShowControlPointsFlag, getStartArrow, getStartInclination, save, setEndArrow, setEndInclination, setStartArrow, setStartInclination, showControlPoints
getDestinationLabel, getReferenceText, getSource, getStandardColor, getStandardColorPropertyString, getStandardStyle, getStandardStylePropertyString, getUniqueId, setDestinationLabel, setReferenceText, setSource, setStandardColor, setStandardStyle, setUniqueId
getColor, getFrame, getRealWidth, getStyle, getTarget, getWidth, setColor, setStyle, setTarget, setWidth, updateStandards
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDestinationLabel, getReferenceText, getSource, getTarget, getUniqueId
getColor, getRealWidth, getStyle, getWidth, setTarget
public MindMapArrowLinkModel(MindMapNode source, MindMapNode target, FreeMindMain frame)
public java.lang.Object clone()
clone
in interface MindMapLine
clone
in class ArrowLinkAdapter
public java.lang.String toString()
toString
in interface MindMapLine
toString
in class LineAdapter
public void changeInclination(MapView map, int originX, int originY, int deltaX, int deltaY)
map
- TODO