Package net.sourceforge.plantuml.project
Class LabelStrategy
- java.lang.Object
-
- net.sourceforge.plantuml.project.LabelStrategy
-
public class LabelStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelStrategy(LabelPosition position, HorizontalAlignment alignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
rightAligned()
boolean
titleInFirstColumn()
boolean
titleInLastColumn()
boolean
titleInside()
-
-
-
Constructor Detail
-
LabelStrategy
public LabelStrategy(LabelPosition position, HorizontalAlignment alignment)
-
-