net.sourceforge.plantuml.ugraphic
Class SlotSet

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.SlotSet
All Implemented Interfaces:
Iterable<Slot>

public class SlotSet
extends Object
implements Iterable<Slot>


Constructor Summary
SlotSet()
           
 
Method Summary
 void addSlot(double start, double end)
           
 List<Slot> getSlots()
           
 Iterator<Slot> iterator()
           
 SlotSet reverse()
           
 SlotSet smaller(double margin)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlotSet

public SlotSet()
Method Detail

addSlot

public void addSlot(double start,
                    double end)

smaller

public SlotSet smaller(double margin)

toString

public String toString()
Overrides:
toString in class Object

getSlots

public List<Slot> getSlots()

iterator

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

reverse

public SlotSet reverse()


Copyright © 2013. All Rights Reserved.