Class | Description |
---|---|
YConditionLayout |
Stores the layout information for a particular condition
|
YDecoratorLayout |
Stores the layout information for a particular decorator of a task
|
YFlowLayout |
Store the layout information for a particular flow
|
YLayout |
This class represents the root of a layout tree for a specification.
|
YLayoutNode |
The abstract base class of all layout nodes (tasks, conditions, flows, decorators).
|
YLayoutUtil |
Some static utility methods for layout (un)marshaling
|
YNetElementNode |
The abstract base class of YTaskLayout and YConditionLayout
|
YNetLayout |
Stores the layout information for a particular net
|
YTaskLayout |
Enum | Description |
---|---|
DecoratorPosition |
An enumeration of decorator positions, following the Java convention
|
DecoratorType |
An enumeration of Decorator Types
|
LineStyle |
An enumeration of line styles for flows
|
Exception | Description |
---|---|
YLayoutParseException |
An exception that may be thrown when parsing layout XML into layout objects
|