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()
           
 
Method Summary
 void add(Stripe stripe)
           
 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()
Method Detail

add

public void add(Stripe stripe)

iterator

public Iterator<Stripe> iterator()
Specified by:
iterator in interface Iterable<Stripe>

getLastStripe

public Stripe getLastStripe()


Copyright © 2013. All Rights Reserved.