net.sourceforge.plantuml.creole
Class Sheet
java.lang.Object
net.sourceforge.plantuml.creole.Sheet
- All Implemented Interfaces:
- Iterable<Stripe>
public class Sheet
- extends Object
- implements Iterable<Stripe>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sheet
public Sheet(HorizontalAlignment horizontalAlignment)
add
public void add(Stripe stripe)
iterator
public Iterator<Stripe> iterator()
- Specified by:
iterator
in interface Iterable<Stripe>
getLastStripe
public Stripe getLastStripe()
getHorizontalAlignment
public final HorizontalAlignment getHorizontalAlignment()
Copyright © 2014. All Rights Reserved.