org.kite9.diagram.primitives
Class AbstractConnectedContainer
java.lang.Object
org.kite9.diagram.primitives.AbstractIdentifiableDiagramElement
org.kite9.diagram.primitives.AbstractConnectedContained
org.kite9.diagram.primitives.AbstractConnectedContainer
- All Implemented Interfaces:
- Comparable<DiagramElement>, Connected, Contained, Container, DiagramElement, IdentifiableDiagramElement
- Direct Known Subclasses:
- Context, Diagram
public abstract class AbstractConnectedContainer
- extends AbstractConnectedContained
- implements Container
label
@XStreamAsAttribute
protected Label label
AbstractConnectedContainer
public AbstractConnectedContainer()
AbstractConnectedContainer
public AbstractConnectedContainer(String id,
List<Contained> contents,
Layout d,
Label label)
getLabel
public Label getLabel()
- Specified by:
getLabel in interface Container
getRenderingInformation
public RouteRenderingInformation getRenderingInformation()
- Specified by:
getRenderingInformation in interface Container- Specified by:
getRenderingInformation in interface DiagramElement
getContents
public List<Contained> getContents()
- Specified by:
getContents in interface Container
getLayoutDirection
public Layout getLayoutDirection()
- Description copied from interface:
Container
- Returns the order in which contents of the container should be
laid out, or null if there is no canonical ordering.
- Specified by:
getLayoutDirection in interface Container
setLayoutDirection
public void setLayoutDirection(Layout layout)
- Specified by:
setLayoutDirection in interface Container
setLabel
public void setLabel(Label label)
- Specified by:
setLabel in interface Container
Copyright © 2011. All Rights Reserved.