|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeTag | |
---|---|
com.flagstone.transform.shape | The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. |
com.flagstone.transform.util.image | This package contains a set of classes that are used to decode images in various formats so they can be added to a Flash movie. |
Uses of ShapeTag in com.flagstone.transform.shape |
---|
Classes in com.flagstone.transform.shape that implement ShapeTag | |
---|---|
class |
DefineMorphShape
DefineMorphShape defines a shape that will morph from one form into another. |
class |
DefineMorphShape2
DefineMorphShape2 defines a shape that will morph from one form into another. |
class |
DefineShape
DefineShape defines a shape to be displayed. |
class |
DefineShape2
DefineShape2 defines a shape to be displayed with an extended set of fill styles. |
class |
DefineShape3
DefineShape3 defines a transparent shape to be displayed. |
class |
DefineShape4
DefineShape4 extends DefienShape3 by specifying the bounding box for the edges of the shape (the outline without taking the stroke thickness into account) as well as hints for improving the way shapes are drawn. |
Methods in com.flagstone.transform.shape that return ShapeTag | |
---|---|
ShapeTag |
ShapeTag.add(FillStyle style)
Add a fill style. |
ShapeTag |
ShapeTag.add(LineStyle style)
Add a line style. |
Uses of ShapeTag in com.flagstone.transform.util.image |
---|
Methods in com.flagstone.transform.util.image that return ShapeTag | |
---|---|
ShapeTag |
ImageShape.defineShape(int uid,
ImageTag image)
Generates the shape definition used to display an image using the predefined registration point and border style. |
ShapeTag |
ImageShape.defineShape(int uid,
ImageTag image,
int xOrigin,
int yOrigin,
LineStyle border)
Generates the shape definition used to display an image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |