public class Bibliotekon
extends java.lang.Object
Constructor and Description |
---|
Bibliotekon() |
Modifier and Type | Method and Description |
---|---|
void |
addCluster(Cluster current) |
void |
addLine(Line line) |
java.util.List<Cluster> |
allCluster() |
java.util.List<Line> |
allLines() |
java.util.Collection<Shape> |
allShapes() |
java.util.List<Line> |
getAllLineConnectedTo(IEntity leaf) |
Cluster |
getCluster(IGroup ent) |
Line |
getLine(Link link) |
IEntity |
getOnlyOther(IEntity entity) |
Shape |
getShape(IEntity ent) |
java.lang.String |
getShapeUid(ILeaf ent) |
java.lang.String |
getWarningOrError(int warningOrError) |
java.util.List<Line> |
lines0() |
java.util.List<Line> |
lines1() |
void |
putShape(ILeaf ent,
Shape shape) |
public void addLine(Line line)
public void addCluster(Cluster current)
public java.lang.String getShapeUid(ILeaf ent)
public java.lang.String getWarningOrError(int warningOrError)
public java.util.List<Line> allLines()
public java.util.List<Line> lines0()
public java.util.List<Line> lines1()
public java.util.List<Cluster> allCluster()
public java.util.Collection<Shape> allShapes()