net.sourceforge.plantuml.hector2.layering
Class Layer

java.lang.Object
  extended by net.sourceforge.plantuml.hector2.layering.Layer

public class Layer
extends Object


Constructor Summary
Layer(int id)
           
 
Method Summary
 void add(IEntity ent)
           
 Layer duplicate()
           
 Collection<IEntity> entities()
           
 int getId()
           
 int getLongitude(IEntity ent)
           
 MinMax getMinMaxLongitudes()
           
 List<MutationLayer> getPossibleMutations()
           
 void put(IEntity ent, int longitude)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Layer

public Layer(int id)
Method Detail

duplicate

public Layer duplicate()

getPossibleMutations

public List<MutationLayer> getPossibleMutations()

put

public void put(IEntity ent,
                int longitude)

add

public void add(IEntity ent)

entities

public Collection<IEntity> entities()

getLongitude

public int getLongitude(IEntity ent)

getMinMaxLongitudes

public MinMax getMinMaxLongitudes()

toString

public String toString()
Overrides:
toString in class Object

getId

public final int getId()


Copyright © 2014. All Rights Reserved.