Package net.sourceforge.plantuml.bpm
Class ConnectorPuzzleEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.ConnectorPuzzleEmpty
-
- All Implemented Interfaces:
ConnectorPuzzle,Placeable,TextBlock,UDrawable,UShape
public class ConnectorPuzzleEmpty extends java.lang.Object implements Placeable, TextBlock, ConnectorPuzzle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
ConnectorPuzzle.Where
-
-
Constructor Summary
Constructors Constructor Description ConnectorPuzzleEmpty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(ConnectorPuzzle other)voidappend(ConnectorPuzzle.Where where)XDimension2DcalculateDimension(StringBounder stringBounder)booleancheckDirections(java.lang.String directions)protected java.util.Set<ConnectorPuzzle.Where>connections()voiddrawU(UGraphic ug)static ConnectorPuzzleEmptyget(java.lang.String value)HColorgetBackcolor()XDimension2DgetDimension(StringBounder stringBounder, ISkinParam skinParam)java.lang.StringgetId()XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)MagneticBordergetMagneticBorder()MinMaxgetMinMax(StringBounder stringBounder)booleanhave(ConnectorPuzzle.Where where)voidremove(ConnectorPuzzle.Where where)java.lang.StringtoString()TextBlocktoTextBlock(ISkinParam skinParam)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
append, have, remove
-
-
-
-
Method Detail
-
get
public static ConnectorPuzzleEmpty get(java.lang.String value)
-
checkDirections
public boolean checkDirections(java.lang.String directions)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getDimension
public XDimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
- Specified by:
getDimensionin interfacePlaceable
-
toTextBlock
public TextBlock toTextBlock(ISkinParam skinParam)
- Specified by:
toTextBlockin interfacePlaceable
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock
-
getMagneticBorder
public MagneticBorder getMagneticBorder()
- Specified by:
getMagneticBorderin interfaceTextBlock
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolorin interfaceTextBlock
-
have
public final boolean have(ConnectorPuzzle.Where where)
- Specified by:
havein interfaceConnectorPuzzle
-
append
public final void append(ConnectorPuzzle.Where where)
- Specified by:
appendin interfaceConnectorPuzzle
-
remove
public final void remove(ConnectorPuzzle.Where where)
- Specified by:
removein interfaceConnectorPuzzle
-
append
public final void append(ConnectorPuzzle other)
-
connections
protected final java.util.Set<ConnectorPuzzle.Where> connections()
-
-