org.kite9.diagram.primitives
Interface DiagramElement

All Superinterfaces:
Comparable<DiagramElement>
All Known Subinterfaces:
CompositionalDiagramElement, Connected, Connection, Contained, Container, IdentifiableDiagramElement, Label, Leaf
All Known Implementing Classes:
AbstractConnectedContained, AbstractConnectedContainer, AbstractConnection, AbstractIdentifiableDiagramElement, AbstractLabel, Arrow, Context, Diagram, Glyph, Key, Link, TextLine

public interface DiagramElement
extends Comparable<DiagramElement>

Parent class for all elements of the diagram


Method Summary
 RenderingInformation getRenderingInformation()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getRenderingInformation

RenderingInformation getRenderingInformation()


Copyright © 2011. All Rights Reserved.