Package net.sourceforge.plantuml.creole
Class Sheet
- java.lang.Object
-
- net.sourceforge.plantuml.creole.Sheet
-
-
Constructor Summary
Constructors Constructor Description Sheet(HorizontalAlignment horizontalAlignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Stripe stripe)
HorizontalAlignment
getHorizontalAlignment()
Stripe
getLastStripe()
Iterator<Stripe>
iterator()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
Sheet
public Sheet(HorizontalAlignment horizontalAlignment)
-
-
Method Detail
-
add
public void add(Stripe stripe)
-
getLastStripe
public Stripe getLastStripe()
-
getHorizontalAlignment
public final HorizontalAlignment getHorizontalAlignment()
-
-