Package net.sourceforge.plantuml.svek
Class Bibliotekon
- java.lang.Object
-
- net.sourceforge.plantuml.svek.Bibliotekon
-
public class Bibliotekon extends 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)
List<Cluster>
allCluster()
List<SvekLine>
allLines()
Collection<SvekNode>
allNodes()
SvekNode
createNode(ILeaf ent, IEntityImage image, ColorSequence colorSequence, StringBounder stringBounder)
List<SvekLine>
getAllLineConnectedTo(IEntity leaf)
Cluster
getCluster(IGroup ent)
ILeaf
getLeaf(SvekNode node)
SvekLine
getLine(Link link)
Map<String,Double>
getMaxX()
SvekNode
getNode(IEntity ent)
String
getNodeUid(ILeaf ent)
IEntity
getOnlyOther(IEntity entity)
String
getWarningOrError(int warningOrError)
List<SvekLine>
lines0()
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)
-
getWarningOrError
public String getWarningOrError(int warningOrError)
-
allNodes
public Collection<SvekNode> allNodes()
-
-