org.kite9.diagram.primitives
Interface CompositionalDiagramElement

All Superinterfaces:
Comparable<DiagramElement>, DiagramElement
All Known Subinterfaces:
Label
All Known Implementing Classes:
Key, TextLine

public interface CompositionalDiagramElement
extends DiagramElement

This type of diagram element is a composite part of another element. Compare with IdentifiableDiagramElement. This means that only a single (compositional) reference is held to this object. This is used to simplify xml serialization.

Author:
robmoffat

Method Summary
 Object getParent()
           
 void setParent(Object de)
          This must be called by the parent object when the composition is created.
 
Methods inherited from interface org.kite9.diagram.primitives.DiagramElement
getRenderingInformation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getParent

Object getParent()

setParent

void setParent(Object de)
This must be called by the parent object when the composition is created.



Copyright © 2011. All Rights Reserved.