net.sourceforge.plantuml.hector
Class Skeleton

java.lang.Object
  extended by net.sourceforge.plantuml.hector.Skeleton

public class Skeleton
extends Object


Constructor Summary
Skeleton(List<Pin> pins, List<PinLink> pinLinks)
           
 
Method Summary
 List<PinLink> getPinLinks()
           
 List<Pin> getPins()
           
 Collection<Pin> getPinsOfRow(int row)
           
 SortedSet<Integer> getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Skeleton

public Skeleton(List<Pin> pins,
                List<PinLink> pinLinks)
Method Detail

getRows

public SortedSet<Integer> getRows()

getPins

public List<Pin> getPins()

getPinsOfRow

public Collection<Pin> getPinsOfRow(int row)

getPinLinks

public List<PinLink> getPinLinks()


Copyright © 2013. All Rights Reserved.