Class Swimlanes
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Swimlanes
-
-
Constructor Summary
Constructors Constructor Description Swimlanes(ISkinParam skinParam, Pragma pragma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)voidcomputeSize(StringBounder stringBounder)voiddrawU(UGraphic ug)InstructiongetCurrent()StyleBuildergetCurrentStyleBuilder()SwimlanegetCurrentSwimlane()doublegetHalfMissingSpace(StringBounder stringBounder, int i, double min)MinMaxgetMinMax(StringBounder stringBounder)protected StylegetStyle()StyleSignatureBasicgetStyleSignature()LinkRenderingnextLinkRenderer()voidsetCurrent(Instruction current)voidsetNextLinkRenderer(LinkRendering link)voidswimlane(java.lang.String name, HColor color, Display label)-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
-
-
-
Constructor Detail
-
Swimlanes
public Swimlanes(ISkinParam skinParam, Pragma pragma)
-
-
Method Detail
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
getStyle
protected Style getStyle()
-
computeSize
public final void computeSize(StringBounder stringBounder)
-
getHalfMissingSpace
public double getHalfMissingSpace(StringBounder stringBounder, int i, double min)
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
getCurrent
public Instruction getCurrent()
-
setCurrent
public void setCurrent(Instruction current)
-
nextLinkRenderer
public LinkRendering nextLinkRenderer()
-
setNextLinkRenderer
public void setNextLinkRenderer(LinkRendering link)
-
getCurrentSwimlane
public Swimlane getCurrentSwimlane()
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
- Specified by:
getMinMaxin interfaceTextBlock- Overrides:
getMinMaxin classAbstractTextBlock
-
getCurrentStyleBuilder
public StyleBuilder getCurrentStyleBuilder()
-
-