Package scenic

Interface Summary
ColorFunction This interface is used to define a color function.
FillRule Contains constants for different fill rules.
LineCapStyle Contains constants for different line cap styles.
LineJoinStyle Contains constants for different line join styles.
ScenicImageObserver  
 

Class Summary
Brush This is the base class for different brushes.
FilledPath FilledPath class fills the area inside the given path.
Format Contains constants for different pixel formats.
Format.Info Contains information about a pixel format.
Gradient This brush paints a gradient.
ImageInfo This class contains the information of an image.
ImageOptions This class contains different image options.
ImageRenderer This class is used to render a scene graph to an image.
LinearColorFunction This class is used for creating color slides in gradients.
Pattern This brush paints a repeating pattern.
SceneClip This scene node clips its children inside a clip area.
SceneColorSpace Applies a color space to the sub-graph.
SceneContainer This class is a base class for scene nodes that contain other scene nodes.
SceneDoubleBuffer This scene node uses double buffering to reduce rendering time.
SceneImage This class is used to draw an image.
SceneLeaf This is the base class for different leaf nodes.
SceneNode This is the base class for all scene graph nodes.
ScenePrimitives This scene node type is used to draw primitives.
ScenePrimitives.Attribute This class contains attribute information.
SceneSettings Scene settings class is used to apply rendering settings to child nodes.
SceneTransform This scene node transforms its children using a 2-dimensional affine transformation.
ScenicCanvas This component is used to display scene graphs.
ScenicColor This class defines a color that consists of red, green, blue and alpha components.
ScenicGraphics ScenicGraphics class offers an easy to use interface for creating scene trees.
ScenicImage The ScenicImage class is used to store images that can be directly used by the Scenic library.
Shape This is the base class for shapes.
SolidColor This brush paints a solid color.
StrokedPath This shape strokes a path using the given parameters.
TextShape This shape draws text.
Util This class contains utility methods.