Uses of Class
net.sourceforge.toscanaj.model.diagram.LabelInfo

Packages that use LabelInfo
net.sourceforge.toscanaj.model.diagram   
net.sourceforge.toscanaj.model.ndimdiagram   
net.sourceforge.toscanaj.view.diagram   
 

Uses of LabelInfo in net.sourceforge.toscanaj.model.diagram
 

Fields in net.sourceforge.toscanaj.model.diagram declared as LabelInfo
protected  LabelInfo DiagramNode.attributeLabelInfo
          The layout information for the attribute label.
protected  LabelInfo DiagramNode.objectLabelInfo
          The layout information for the attribute label.
 

Methods in net.sourceforge.toscanaj.model.diagram that return LabelInfo
 LabelInfo DiagramNode.getAttributeLabelInfo()
          Returns the layout information for the attribute label.
 LabelInfo DiagramNode.getObjectLabelInfo()
          Returns the layout information for the object label.
 LabelInfo Diagram2D.getObjectLabel(int pointNumber)
          Returns the information on the object label of the diagram.
 LabelInfo Diagram2D.getAttributeLabel(int pointNumber)
          Returns the information on the attribute label of the diagram.
 LabelInfo SimpleLineDiagram.getObjectLabel(int nodeNumber)
          Returns the information on the object label of the diagram.
 LabelInfo SimpleLineDiagram.getAttributeLabel(int nodeNumber)
          Returns the information on the attribute label of the diagram.
 

Methods in net.sourceforge.toscanaj.model.diagram with parameters of type LabelInfo
 void DiagramNode.setAttributeLabelInfo(LabelInfo labelInfo)
          Sets the layout information for the attribute label attached.
 void DiagramNode.setObjectLabelInfo(LabelInfo labelInfo)
          Sets the layout information for the object label attached.
 

Constructors in net.sourceforge.toscanaj.model.diagram with parameters of type LabelInfo
LabelInfo(LabelInfo other)
          The copy constructor makes a deep copy without the observers.
DiagramNode(WriteableDiagram2D diagram, java.lang.String identifier, java.awt.geom.Point2D position, Concept concept, LabelInfo attributeLabelInfo, LabelInfo objectLabelInfo, DiagramNode outerNode)
           
DiagramNode(WriteableDiagram2D diagram, java.lang.String identifier, java.awt.geom.Point2D position, Concept concept, LabelInfo attributeLabel, LabelInfo objectLabel, DiagramNode outerNode, double radiusX, double radiusY)
           
 

Uses of LabelInfo in net.sourceforge.toscanaj.model.ndimdiagram
 

Constructors in net.sourceforge.toscanaj.model.ndimdiagram with parameters of type LabelInfo
NDimDiagramNode(NDimDiagram diagram, java.lang.String identifier, double[] ndimVector, Concept concept, LabelInfo attributeLabel, LabelInfo objectLabel, DiagramNode outerNode)
           
 

Uses of LabelInfo in net.sourceforge.toscanaj.view.diagram
 

Fields in net.sourceforge.toscanaj.view.diagram declared as LabelInfo
protected  LabelInfo LabelView.labelInfo
          The label information that should be drawn.
 

Methods in net.sourceforge.toscanaj.view.diagram with parameters of type LabelInfo
 LabelView LabelView.LabelFactory.createLabelView(DiagramView diagramView, NodeView nodeView, LabelInfo label)
           
 

Constructors in net.sourceforge.toscanaj.view.diagram with parameters of type LabelInfo
AttributeLabelView(DiagramView diagramView, NodeView nodeView, LabelInfo label)
          Creates a view for the given label information.
LabelView(DiagramView diagramView, NodeView nodeView, LabelInfo label)
          Creates a view for the given label information.
SqlClauseLabelView(DiagramView diagramView, NodeView nodeView, LabelInfo label)
           
ObjectLabelView(DiagramView diagramView, NodeView nodeView, LabelInfo label)
          Creates a view for the given label information.
 



The ToscanaJ project