|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
---|---|
com.flagstone.transform.font | The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. |
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.font | This package contains a set of classes that are used to decode fonts in various formats so they can be added to a Flash movie. |
com.flagstone.transform.util.shape | The shape package contains convenience classes for drawing shapes. |
Uses of Shape in com.flagstone.transform.font |
---|
Methods in com.flagstone.transform.font that return types with arguments of type Shape | |
---|---|
List<Shape> |
DefineFont3.getShapes()
Returns the list of shapes used to define the outlines of each font glyph. |
List<Shape> |
DefineFont2.getShapes()
Returns the list of shapes used to define the outlines of each font glyph. |
List<Shape> |
DefineFont.getShapes()
Get the list of shapes that define the outline for each glyph. |
Methods in com.flagstone.transform.font with parameters of type Shape | |
---|---|
DefineFont |
DefineFont.add(Shape obj)
Add a shape to the list of shapes that represent the glyphs for the font. |
DefineFont3 |
DefineFont3.addGlyph(int code,
Shape obj)
Add a character code and the corresponding glyph that will be displayed. |
DefineFont2 |
DefineFont2.addGlyph(int code,
Shape obj)
Add a character code and the corresponding glyph that will be displayed. |
Method parameters in com.flagstone.transform.font with type arguments of type Shape | |
---|---|
void |
DefineFont3.setShapes(List<Shape> list)
Set the list of shape records that define the outlines of the characters used from the font. |
void |
DefineFont2.setShapes(List<Shape> list)
Set the list of shape records that define the outlines of the characters used from the font. |
void |
DefineFont.setShapes(List<Shape> list)
Sets the list of shapes that describe each glyph. |
Constructor parameters in com.flagstone.transform.font with type arguments of type Shape | |
---|---|
DefineFont(int uid,
List<Shape> list)
Creates a DefineFont object setting the unique identifier for the object and the list of glyphs used to render the characters used from the font. |
Uses of Shape in com.flagstone.transform.shape |
---|
Methods in com.flagstone.transform.shape that return Shape | |
---|---|
Shape |
Shape.add(ShapeRecord anObject)
Adds the object to the list of shape records. |
Shape |
Shape.copy()
Creates a complete copy of this object. |
Shape |
DefineMorphShape2.getEndShape()
Get shape displayed at the end of the morphing process. |
Shape |
DefineMorphShape.getEndShape()
Get shape displayed at the end of the morphing process. |
Shape |
ShapeTag.getShape()
Get the shape. |
Shape |
DefineShape4.getShape()
Get the shape. |
Shape |
DefineShape3.getShape()
Get the shape. |
Shape |
DefineShape2.getShape()
Get the shape. |
Shape |
DefineShape.getShape()
Get the shape. |
Shape |
DefineMorphShape2.getShape()
Get shape displayed at the start of the morphing process. |
Shape |
DefineMorphShape.getShape()
Get shape displayed at the start of the morphing process. |
static Shape |
Shape.shapeFromData(ShapeData shapeData)
Decode a ShapeData object into the set of ShapeRecord objects that describe how a shape is drawn. |
Methods in com.flagstone.transform.shape with parameters of type Shape | |
---|---|
void |
DefineMorphShape2.setEndShape(Shape aShape)
Sets the shape that will be displayed at the end of the morphing process. |
void |
DefineMorphShape.setEndShape(Shape aShape)
Sets the shape that will be displayed at the end of the morphing process. |
void |
ShapeTag.setShape(Shape aShape)
Sets the shape. |
void |
DefineShape4.setShape(Shape aShape)
Sets the shape. |
void |
DefineShape3.setShape(Shape aShape)
Sets the shape. |
void |
DefineShape2.setShape(Shape aShape)
Sets the shape. |
void |
DefineShape.setShape(Shape aShape)
Sets the shape. |
void |
DefineMorphShape2.setShape(Shape aShape)
Sets the shape that will be displayed at the start of the morphing process. |
void |
DefineMorphShape.setShape(Shape aShape)
Sets the shape that will be displayed at the start of the morphing process. |
Constructors in com.flagstone.transform.shape with parameters of type Shape | |
---|---|
DefineMorphShape(int uid,
Bounds startRect,
Bounds endRect,
List<FillStyle> fills,
List<LineStyle> lines,
Shape initialShape,
Shape finalShape)
Creates a DefineMorphShape object. |
|
DefineMorphShape2(int uid,
Bounds startRect,
Bounds endRect,
List<FillStyle> fills,
List<LineStyle> lines,
Shape initialShape,
Shape finalShape)
Creates a DefineMorphShape object. |
|
DefineShape(int uid,
Bounds rect,
List<FillStyle> fills,
List<LineStyle> lines,
Shape aShape)
Creates a DefineShape object. |
|
DefineShape2(int uid,
Bounds rect,
List<FillStyle> fills,
List<LineStyle> lines,
Shape aShape)
Creates a DefineShape2 object. |
|
DefineShape3(int uid,
Bounds rect,
List<FillStyle> fills,
List<LineStyle> lines,
Shape aShape)
Creates a DefineShape3 object. |
|
DefineShape4(int uid,
Bounds rect,
Bounds edges,
List<FillStyle> fills,
List<LineStyle> lines,
Shape aShape)
Creates a DefineShape3 object. |
|
Shape(Shape object)
Creates and initialises a Shape object using the values copied from another Shape object. |
Uses of Shape in com.flagstone.transform.util.font |
---|
Methods in com.flagstone.transform.util.font that return Shape | |
---|---|
Shape |
Glyph.getShape()
Get the outline of the glyph. |
Methods in com.flagstone.transform.util.font with parameters of type Shape | |
---|---|
void |
Glyph.setShape(Shape aShape)
Set the outline of the glyph. |
Constructors in com.flagstone.transform.util.font with parameters of type Shape | |
---|---|
Glyph(Shape aShape)
Create a Glyph with the specified outline - the bounding box and advance default to zero. |
|
Glyph(Shape aShape,
Bounds rect,
int dist)
Create a Glyph with the specified outline, bounding box and advance. |
|
TrueTypeGlyph(Shape aShape)
Create a TrueTypeGlyph with the specified outline - the bounding box and advance default to zero. |
|
TrueTypeGlyph(Shape aShape,
Bounds rect,
int dist)
Create a TrueTypeGlyph with the specified outline, bounding box and advance. |
Uses of Shape in com.flagstone.transform.util.shape |
---|
Methods in com.flagstone.transform.util.shape that return Shape | |
---|---|
Shape |
Canvas.getShape()
Returns the Shape object containing the objects used to draw the current path. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |