|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Direction | |
|---|---|
| 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 Direction in org.kite9.diagram.adl |
|---|
| Constructors in org.kite9.diagram.adl with parameters of type Direction | |
|---|---|
Link(Connected from,
Connected to,
LinkEndStyle fromStyle,
Label fromLabel,
LinkEndStyle toEndStyle,
Label toLabel,
Direction drawDirection)
|
|
Link(Connected from,
Connected to,
LinkEndStyle toEndStyle,
String toTextStr,
Direction drawDirection)
Deprecated. |
|
| Uses of Direction in org.kite9.diagram.builders |
|---|
| Methods in org.kite9.diagram.builders that return Direction | |
|---|---|
Direction |
Relationship.getDirection()
|
| Methods in org.kite9.diagram.builders with parameters of type Direction | |
|---|---|
Link |
InsertionInterface.returnLink(DiagramElement from,
DiagramElement to,
Label fromLabel,
Label toLabel,
boolean arrowHead,
Direction d)
|
| Constructors in org.kite9.diagram.builders with parameters of type Direction | |
|---|---|
MethodCallRelationship(String name,
Direction d)
|
|
Relationship(String name,
Direction d)
Creates a relationship where there is a natural diagrammatic direction required for from and to. |
|
| Uses of Direction in org.kite9.diagram.builders.formats |
|---|
| Methods in org.kite9.diagram.builders.formats with parameters of type Direction | |
|---|---|
static Format |
BasicFormats.asArrows(InsertionInterface ii,
BasicFormats.ConnectedFormat toElementFormat,
Direction d)
Creates an arrow to represent the relationship |
| Uses of Direction in org.kite9.diagram.builders.formats.sequence |
|---|
| Methods in org.kite9.diagram.builders.formats.sequence that return Direction | |
|---|---|
protected Direction |
AbstractSequenceDiagramFormat.getDirectionFor(Layout contextLayout)
|
| Methods in org.kite9.diagram.builders.formats.sequence with parameters of type Direction | |
|---|---|
protected void |
ColumnSequenceDiagramFormat.createLink(Step s,
DiagramElement from,
DiagramElement to,
Direction d)
|
protected void |
NoLayoutSequenceDiagramFormat.createLink(Step s,
DiagramElement from,
DiagramElement to,
Direction d)
|
| Uses of Direction in org.kite9.diagram.position |
|---|
| Methods in org.kite9.diagram.position that return Direction | |
|---|---|
Direction |
HPos.getDirection()
|
Direction |
VPos.getDirection()
|
static Direction |
Direction.reverse(Direction d)
|
static Direction |
Direction.rotateAntiClockwise(Direction d)
|
static Direction |
Direction.rotateClockwise(Direction d)
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.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 Direction | |
|---|---|
Turn |
Direction.getDirectionChange(Direction to)
|
static Direction |
Direction.reverse(Direction d)
|
static Direction |
Direction.rotateAntiClockwise(Direction d)
|
static Direction |
Direction.rotateClockwise(Direction d)
|
| Uses of Direction in org.kite9.diagram.primitives |
|---|
| Fields in org.kite9.diagram.primitives declared as Direction | |
|---|---|
protected Direction |
AbstractBiDirectional.drawDirection
|
| Methods in org.kite9.diagram.primitives that return Direction | |
|---|---|
Direction |
AbstractBiDirectional.getDrawDirection()
|
Direction |
BiDirectional.getDrawDirection()
Indicates the layout of from/to for the bi-directional item. |
Direction |
AbstractBiDirectional.getDrawDirectionFrom(X end)
|
Direction |
BiDirectional.getDrawDirectionFrom(X from)
|
| Methods in org.kite9.diagram.primitives with parameters of type Direction | |
|---|---|
void |
AbstractBiDirectional.setDrawDirection(Direction d)
|
void |
BiDirectional.setDrawDirection(Direction d)
|
void |
AbstractBiDirectional.setDrawDirectionFrom(Direction d,
X end)
|
void |
BiDirectional.setDrawDirectionFrom(Direction d,
X from)
|
| Constructors in org.kite9.diagram.primitives with parameters of type Direction | |
|---|---|
AbstractBiDirectional(X from,
X to,
Direction drawDirection)
|
|
AbstractConnection(Connected from,
Connected to,
Direction drawDirection,
Object fromDecoration,
Label fromLabel,
Object toDecoration,
Label tolabel)
Call this with modify verteConnected false to avoid adding the edge connection to the vertex |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||