AbstractFlippableItem |
An abstract base class for items that can be turned and flipped.
|
AbstractItem |
A base implementation of a non-resizeable, non-flippable page item.
|
AbstractRenderedItem |
An item whose visual representation is generated from a bitmap.
|
AbstractStylePanel |
An abstract base class for implementing a StylePanel as a
JPanel .
|
BleedMarginStyle |
Implemented by page items that can include a bleed margin.
|
DashPattern |
The standard dash patterns available to draw paths and outlines.
|
DependentPageItem |
A page item that depends on an external file to recreate its content.
|
DragHandle |
A handle that can be attached to a component and that the user can drag to
modify the item in some way.
|
EditablePageItem |
Implemented by cards that can be edited.
|
FlippablePageItem |
Implemented by deck cards that allow themselves to be rotated in 90 degree
increments and mirrored.
|
Group |
A grouping of PageItem s that are selected and unselected as a unit.
|
Line |
An page item representing a straight line segment.
|
LineCap |
An enumeration of the line end cap styles.
|
LineJoin |
An enumeration of the available line join styles used when drawing a path,
such as when outlining a shape.
|
LineStyle |
Implemented by page items that include a styled border.
|
OpacityStyle |
Interface implemented by items that support a opacity change.
|
OutlineStyle |
Implemented by page items that consist of a shape that can have an outline.
|
PageItem |
An item that can be placed in a deck.
|
PageItem.SnapClass |
An enumeration of the general classes of items used to determine how an
item will behave when snapped and what it can snap against.
|
PageItem.SnapTarget |
An enumeration of the algorithms used to determine the position of an
item when it is snapped against another item.
|
ShadowStyle |
Interface implemented by items that support a drop shadow.
|
ShapeStyle |
Interface implemented by filled shapes.
|
SizablePageItem |
Implemented by items that can be resized.
|
Style |
This is a marker interface extended by all interfaces for getting or setting
a type of style information.
|
StyleApplicator |
The minimal interface implemented by objects that can apply a Style
to other objects.
|
StyleCapture |
A style capture can collect a composite of the styles of one or more items,
and can optionally apply those styles to another set of items.
|
StyleCapture.Property |
Encapsulates a captured style property.
|
StylePanel |
A style panel is an interface component that allows the user to edit a
Style .
|
StylePanel.StyleEditorCallback |
An object of this type will be passed to the StylePanel after it
is created.
|
Tile |
The base class for tiles, which are static bitmap graphics that can be placed
in a deck.
|
TuckBox.BoxSizer |
A sizing tool for a particular type of component.
|
TuckBox.BoxType |
An enumeration of the supported box designs.
|
UserBleedMarginStyle |
A style implemented by items that can have a custom, user-defined bleed
margin.
|