Uses of Interface
org.kite9.diagram.position.RenderingInformation

Packages that use RenderingInformation
org.kite9.diagram.adl This package contains value objects which can be used in ADL (Abstract Diagram Language). 
org.kite9.diagram.position Contains all of the classes required to describe the position of the diagram elements prior to display. 
org.kite9.diagram.primitives This package contains the basic (primitive) diagram elements referenced by the visualization algorithm, as opposed to ADL which gives a specific diagram type. 
 

Uses of RenderingInformation in org.kite9.diagram.adl
 

Methods in org.kite9.diagram.adl that return RenderingInformation
 RenderingInformation TextLine.getRenderingInformation()
           
 RenderingInformation Arrow.getRenderingInformation()
           
 RenderingInformation Glyph.getRenderingInformation()
           
 RenderingInformation Key.getRenderingInformation()
           
 

Uses of RenderingInformation in org.kite9.diagram.position
 

Classes in org.kite9.diagram.position that implement RenderingInformation
 class RectangleRenderingInformation
          Contains details of how to render a rectangle on screen, possibly containing some text.
 class RouteRenderingInformation
          This is used to hold the route of an edge, or container border.
 

Uses of RenderingInformation in org.kite9.diagram.primitives
 

Fields in org.kite9.diagram.primitives declared as RenderingInformation
protected  RenderingInformation AbstractIdentifiableDiagramElement.renderingInformation
          This is used by layout engines to set the position of the elements in the diagram
protected  RenderingInformation AbstractConnection.renderingInformation
          This is used by layout engines to set the position of the elements in the diagram
protected  RenderingInformation AbstractLabel.renderingInformation
          This is used by layout engines to set the position of the elements in the diagram
 

Methods in org.kite9.diagram.primitives that return RenderingInformation
 RenderingInformation DiagramElement.getRenderingInformation()
           
 RenderingInformation AbstractLabel.getRenderingInformation()
           
 



Copyright © 2011. All Rights Reserved.