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 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 void
append(ConnectorPuzzle other)
void
append(ConnectorPuzzle.Where where)
Dimension2D
calculateDimension(StringBounder stringBounder)
boolean
checkDirections(String directions)
protected Set<ConnectorPuzzle.Where>
connections()
void
drawU(UGraphic ug)
static ConnectorPuzzleEmpty
get(String value)
Dimension2D
getDimension(StringBounder stringBounder, ISkinParam skinParam)
String
getId()
Rectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
MinMax
getMinMax(StringBounder stringBounder)
boolean
have(ConnectorPuzzle.Where where)
void
remove(ConnectorPuzzle.Where where)
String
toString()
TextBlock
toTextBlock(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(String value)
-
checkDirections
public boolean checkDirections(String directions)
-
getDimension
public Dimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
- Specified by:
getDimension
in interfacePlaceable
-
toTextBlock
public TextBlock toTextBlock(ISkinParam skinParam)
- Specified by:
toTextBlock
in interfacePlaceable
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
-
have
public final boolean have(ConnectorPuzzle.Where where)
- Specified by:
have
in interfaceConnectorPuzzle
-
append
public final void append(ConnectorPuzzle.Where where)
- Specified by:
append
in interfaceConnectorPuzzle
-
remove
public final void remove(ConnectorPuzzle.Where where)
- Specified by:
remove
in interfaceConnectorPuzzle
-
append
public final void append(ConnectorPuzzle other)
-
connections
protected final Set<ConnectorPuzzle.Where> connections()
-
-