net.sourceforge.plantuml.ugraphic
Class SlotSet
java.lang.Object
net.sourceforge.plantuml.ugraphic.SlotSet
- All Implemented Interfaces:
- Iterable<Slot>
public class SlotSet
- extends Object
- implements Iterable<Slot>
SlotSet
public SlotSet()
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.