net.sourceforge.plantuml.creole
Class Sheet

java.lang.Object
  extended by net.sourceforge.plantuml.creole.Sheet
All Implemented Interfaces:
Iterable<Stripe>

public class Sheet
extends Object
implements Iterable<Stripe>


Constructor Summary
Sheet(HorizontalAlignment horizontalAlignment)
           
 
Method Summary
 void add(Stripe stripe)
           
 HorizontalAlignment getHorizontalAlignment()
           
 Stripe getLastStripe()
           
 Iterator<Stripe> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sheet

public Sheet(HorizontalAlignment horizontalAlignment)
Method Detail

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.