org.kite9.diagram.primitives
Interface Container
- All Superinterfaces:
- Comparable<DiagramElement>, Connected, DiagramElement, IdentifiableDiagramElement
- All Known Implementing Classes:
- AbstractConnectedContainer, Context, Diagram
public interface Container
- extends IdentifiableDiagramElement, Connected
Interface to say that this diagram element contains others rendered within it.
- Author:
- robmoffat
- See Also:
Leaf
getContents
List<Contained> getContents()
getLayoutDirection
Layout getLayoutDirection()
- Returns the order in which contents of the container should be
laid out, or null if there is no canonical ordering.
setLayoutDirection
void setLayoutDirection(Layout d)
getLabel
Label getLabel()
setLabel
void setLabel(Label l)
getRenderingInformation
RouteRenderingInformation getRenderingInformation()
- Specified by:
getRenderingInformation in interface DiagramElement
isBordered
boolean isBordered()
Copyright © 2011. All Rights Reserved.