Package org.freeplane.api
Interface ConnectorRO
- All Known Subinterfaces:
- Connector,- Proxy.Connector,- Proxy.ConnectorRO
public interface ConnectorRO
Graphical connector between nodes:
node.connectorsIn / node.connectorsOut
 - read-only.- 
Method SummaryModifier and TypeMethodDescriptiongetColor()int[]Since 1.7.10returns a Point.Since 1.7.10intSince 1.7.10int0 <= opacity <= 255 Since 1.7.10getShape()returns one of LINE, LINEAR_PATH, CUBIC_CURVE, EDGE_LIKE.The node without the arrow.returns a Point.The node with the arrow.intgetWidth()Since 1.7.10booleanbooleanboolean
- 
Method Details- 
getShapeString getShape()returns one of LINE, LINEAR_PATH, CUBIC_CURVE, EDGE_LIKE.- Since:
- 1.3
 
- 
getColorColor getColor()
- 
getColorCodeString getColorCode()
- 
getDashArrayint[] getDashArray()Since 1.7.10
- 
getOpacityint getOpacity()0 <= opacity <= 255 Since 1.7.10
- 
getWidthint getWidth()Since 1.7.10
- 
getLabelFontFamilyString getLabelFontFamily()Since 1.7.10
- 
getLabelFontSizeint getLabelFontSize()Since 1.7.10
- 
hasEndArrowboolean hasEndArrow()- Since:
- 1.2
 
- 
getMiddleLabelString getMiddleLabel()
- 
getSourceNode getSource()The node without the arrow. On connectors with arrows at both ends one of the ends.
- 
getSourceLabelString getSourceLabel()
- 
hasStartArrowboolean hasStartArrow()- Since:
- 1.2
 
- 
getTargetNode getTarget()The node with the arrow. On connectors with arrows at both ends one of the ends.
- 
getTargetLabelString getTargetLabel()
- 
simulatesEdgeboolean simulatesEdge()
- 
getStartInclinationreturns a Point.- Since:
- 1.3.3
 
- 
getEndInclinationreturns a Point.- Since:
- 1.3.3
 
 
-