net.sourceforge.plantuml.hector
Class GrowingTree

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

public class GrowingTree
extends Object


Constructor Summary
GrowingTree()
           
 
Method Summary
 void add(PinLink newPinLink)
           
 boolean canBeAdded(PinLink candidat)
           
 Skeleton createSkeleton()
           
 void normalizeRowToZero()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrowingTree

public GrowingTree()
Method Detail

createSkeleton

public Skeleton createSkeleton()

canBeAdded

public boolean canBeAdded(PinLink candidat)

add

public void add(PinLink newPinLink)

normalizeRowToZero

public void normalizeRowToZero()


Copyright © 2014. All Rights Reserved.