net.sourceforge.plantuml.hector2.layering
Class Layer
java.lang.Object
net.sourceforge.plantuml.hector2.layering.Layer
public class Layer
- extends Object
Constructor Summary |
Layer(int id)
|
Layer
public Layer(int id)
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.