See: Description
Interface | Description |
---|---|
Container |
An interface that provides functions to build a group of multiple components
of
Drawable . |
Drawable |
Interface providing functions for a lightweight component that can be drawn
on the screen.
|
Layout |
Interface that provides basic functions for arranging a layout.
|
Class | Description |
---|---|
AbstractDrawable |
Abstract implementation of the
Drawable interface. |
DrawableContainer |
Implementation of
Container that is a Drawable
itself and stores instances of Drawable as components. |
DrawingContext |
Class that stores an object for drawing and additional context information
that may be necessary to determine how to draw the object.
|
EdgeLayout |
Implementation of Layout that arranges a
Container 's components
according to a certain grid. |
OuterEdgeLayout |
Implementation of Layout that arranges a
Container 's components
inside or in the regions outside of the container. |
StackedLayout |
Class that represents a layout manager which arranges its components
as horizontal or vertical stacks.
|
TableLayout |
Implementation of Layout that arranges a
Container 's components
according to a tabular grid with a fixed number of columns. |
Enum | Description |
---|---|
DrawingContext.Quality |
Data type that describes the quality mode of drawing operations.
|
DrawingContext.Target |
Data type that describes the type of the drawing target.
|
Copyright © 2009-2013. All Rights Reserved.