|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| org.kite9.diagram.adl | This package contains value objects which can be used in ADL (Abstract Diagram Language). |
| org.kite9.diagram.builders | |
| org.kite9.diagram.builders.formats | |
| org.kite9.diagram.builders.formats.sequence | |
| org.kite9.diagram.position | Contains all of the classes required to describe the position of the diagram elements prior to display. |
| 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. |
| Uses of Layout in org.kite9.diagram.adl |
|---|
| Constructors in org.kite9.diagram.adl with parameters of type Layout | |
|---|---|
Context(List<Contained> contents,
boolean bordered,
Label label,
Layout layoutDirection)
|
|
Context(String id,
List<Contained> contents,
boolean bordered,
Label label,
Layout layoutDirection)
|
|
Diagram(String id,
List<Contained> contained,
Layout d,
Key key)
|
|
| Uses of Layout in org.kite9.diagram.builders |
|---|
| Methods in org.kite9.diagram.builders with parameters of type Layout | |
|---|---|
Format |
DiagramBuilder.asContexts(boolean border,
Layout l)
|
DiagramElement |
InsertionInterface.returnContext(Container container,
NounPart referred,
Label overrideLabel,
boolean border,
Layout l)
|
| Uses of Layout in org.kite9.diagram.builders.formats |
|---|
| Methods in org.kite9.diagram.builders.formats with parameters of type Layout | |
|---|---|
static BasicFormats.ConnectedFormat |
BasicFormats.asContext(boolean border,
Layout d,
Label l)
|
| Uses of Layout in org.kite9.diagram.builders.formats.sequence |
|---|
| Methods in org.kite9.diagram.builders.formats.sequence that return Layout | |
|---|---|
protected Layout |
ColumnSequenceDiagramFormat.getArrowDirection()
|
protected Layout |
ColumnSequenceDiagramFormat.getGlyphLayout()
|
| Methods in org.kite9.diagram.builders.formats.sequence with parameters of type Layout | |
|---|---|
protected Direction |
AbstractSequenceDiagramFormat.getDirectionFor(Layout contextLayout)
|
| Uses of Layout in org.kite9.diagram.position |
|---|
| Methods in org.kite9.diagram.position that return Layout | |
|---|---|
static Layout |
Layout.reverse(Layout d)
|
static Layout |
Layout.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Layout[] |
Layout.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kite9.diagram.position with parameters of type Layout | |
|---|---|
static Layout |
Layout.reverse(Layout d)
|
| Uses of Layout in org.kite9.diagram.primitives |
|---|
| Methods in org.kite9.diagram.primitives that return Layout | |
|---|---|
Layout |
AbstractConnectedContainer.getLayoutDirection()
|
Layout |
Container.getLayoutDirection()
Returns the order in which contents of the container should be laid out, or null if there is no canonical ordering. |
| Methods in org.kite9.diagram.primitives with parameters of type Layout | |
|---|---|
void |
AbstractConnectedContainer.setLayoutDirection(Layout layout)
|
void |
Container.setLayoutDirection(Layout d)
|
| Constructors in org.kite9.diagram.primitives with parameters of type Layout | |
|---|---|
AbstractConnectedContainer(String id,
List<Contained> contents,
Layout d,
Label label)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||