|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contained | |
|---|---|
| org.kite9.diagram.adl | This package contains value objects which can be used in ADL (Abstract Diagram Language). |
| 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. |
| org.kite9.diagram.visitors | |
| org.kite9.framework.common | |
| Uses of Contained in org.kite9.diagram.adl |
|---|
| Classes in org.kite9.diagram.adl that implement Contained | |
|---|---|
class |
Arrow
This class models the black body of the arrow, which will have links entering and leaving it. |
class |
Context
A context is a portion of the diagram with a border around it, and a label. |
class |
Diagram
This class represents a whole diagram within ADL. |
class |
Glyph
A Glyph is a white node on the diagram which has a fixed hierarchical position within its container. |
| Constructor parameters in org.kite9.diagram.adl with type arguments of type Contained | |
|---|---|
Context(List<Contained> contents,
boolean bordered,
Label label,
Layout layoutDirection)
|
|
Context(String id,
List<Contained> contents,
boolean bordered,
Label label,
Layout layoutDirection)
|
|
Diagram(List<Contained> contained,
Key key)
|
|
Diagram(String id,
List<Contained> contained,
Key key)
|
|
Diagram(String id,
List<Contained> contained,
Layout d,
Key key)
|
|
| Uses of Contained in org.kite9.diagram.primitives |
|---|
| Classes in org.kite9.diagram.primitives that implement Contained | |
|---|---|
class |
AbstractConnectedContained
This is the base class for most Connected elements within the diagram. |
class |
AbstractConnectedContainer
|
| Methods in org.kite9.diagram.primitives that return types with arguments of type Contained | |
|---|---|
List<Contained> |
AbstractConnectedContainer.getContents()
|
List<Contained> |
Container.getContents()
|
| Constructor parameters in org.kite9.diagram.primitives with type arguments of type Contained | |
|---|---|
AbstractConnectedContainer(String id,
List<Contained> contents,
Layout d,
Label label)
|
|
| Uses of Contained in org.kite9.diagram.visitors |
|---|
| Methods in org.kite9.diagram.visitors with parameters of type Contained | |
|---|---|
protected abstract void |
ContainerVisitor.contained(Contained g)
|
| Uses of Contained in org.kite9.framework.common |
|---|
| Methods in org.kite9.framework.common with type parameters of type Contained | ||
|---|---|---|
static
|
HelpMethods.setOf(X... d1)
|
|
| Methods in org.kite9.framework.common that return types with arguments of type Contained | ||
|---|---|---|
static List<Contained> |
HelpMethods.listOf(Contained... d1)
|
|
static
|
HelpMethods.setOf(X... d1)
|
|
| Methods in org.kite9.framework.common with parameters of type Contained | ||
|---|---|---|
static List<Contained> |
HelpMethods.listOf(Contained... d1)
|
|
static
|
HelpMethods.setOf(X... d1)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||