Package net.sourceforge.plantuml.svek
Class Bibliotekon
- java.lang.Object
-
- net.sourceforge.plantuml.svek.Bibliotekon
-
public class Bibliotekon extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bibliotekon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCluster(Cluster current)
void
addLine(SvekLine line)
java.util.List<Cluster>
allCluster()
java.util.List<SvekLine>
allLines()
java.util.Collection<SvekNode>
allNodes()
SvekNode
createNode(ILeaf ent, IEntityImage image, ColorSequence colorSequence, StringBounder stringBounder)
java.util.List<SvekLine>
getAllLineConnectedTo(IEntity leaf)
Cluster
getCluster(IGroup ent)
ILeaf
getLeaf(SvekNode node)
SvekLine
getLine(Link link)
java.util.Map<java.lang.String,java.lang.Double>
getMaxX()
SvekNode
getNode(IEntity ent)
java.lang.String
getNodeUid(ILeaf ent)
IEntity
getOnlyOther(IEntity entity)
java.lang.String
getWarningOrError(int warningOrError)
java.util.List<SvekLine>
lines0()
java.util.List<SvekLine>
lines1()
-
-
-
Method Detail
-
createNode
public SvekNode createNode(ILeaf ent, IEntityImage image, ColorSequence colorSequence, StringBounder stringBounder)
-
addLine
public void addLine(SvekLine line)
-
addCluster
public void addCluster(Cluster current)
-
getNodeUid
public java.lang.String getNodeUid(ILeaf ent)
-
getWarningOrError
public java.lang.String getWarningOrError(int warningOrError)
-
getMaxX
public java.util.Map<java.lang.String,java.lang.Double> getMaxX()
-
allLines
public java.util.List<SvekLine> allLines()
-
lines0
public java.util.List<SvekLine> lines0()
-
lines1
public java.util.List<SvekLine> lines1()
-
allCluster
public java.util.List<Cluster> allCluster()
-
allNodes
public java.util.Collection<SvekNode> allNodes()
-
-