|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineStyle | |
---|---|
com.flagstone.transform.linestyle | The linestyle package contains all the classes for encoding and decoding the data structures that represent the different types of line style 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.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. |
com.flagstone.transform.util.shape | The shape package contains convenience classes for drawing shapes. |
Uses of LineStyle in com.flagstone.transform.linestyle |
---|
Classes in com.flagstone.transform.linestyle that implement LineStyle | |
---|---|
class |
LineStyle1
LineStyle1 defines the width and colour of a line that is used when drawing the outline of a shape. |
class |
LineStyle2
LineStyle2 extends LineStyle1 by supporting different styles for line joins and line ends, a fill style for the stroke and whether the stroke thickness is scaled if an object is resized. |
class |
MorphLineStyle
MorphLineStyle defines the width and colour of a line drawn for a shape is it is morphed. |
class |
MorphLineStyle2
MorphLineStyle2 extends MorphLineStyle by supporting different styles for line joins and line ends, a fill style for the stroke and whether the stroke thickness is scaled if an object is resized. |
Uses of LineStyle in com.flagstone.transform.shape |
---|
Methods in com.flagstone.transform.shape that return types with arguments of type LineStyle | |
---|---|
List<LineStyle> |
ShapeTag.getLineStyles()
Get the list line styles. |
List<LineStyle> |
DefineShape4.getLineStyles()
Get the list line styles. |
List<LineStyle> |
DefineShape3.getLineStyles()
Get the list line styles. |
List<LineStyle> |
DefineShape2.getLineStyles()
Get the list line styles. |
List<LineStyle> |
DefineShape.getLineStyles()
Get the list line styles. |
List<LineStyle> |
DefineMorphShape2.getLineStyles()
Get the list of line styles (MorphLineStyle2 objects) for the shapes. |
List<LineStyle> |
DefineMorphShape.getLineStyles()
Get the list of line styles (MorphLineStyle objects) for the shapes. |
Methods in com.flagstone.transform.shape with parameters of type LineStyle | |
---|---|
ShapeTag |
ShapeTag.add(LineStyle style)
Add a line style. |
DefineShape4 |
DefineShape4.add(LineStyle style)
Add a LineStyle to the list of line styles. |
DefineShape3 |
DefineShape3.add(LineStyle style)
Add a LineStyle1 to the list of line styles. |
DefineShape2 |
DefineShape2.add(LineStyle style)
Add a LineStyle to the list of line styles. |
DefineShape |
DefineShape.add(LineStyle style)
Add a LineStyle to the list of line styles. |
DefineMorphShape2 |
DefineMorphShape2.add(LineStyle style)
Add a LineStyle object to the list of line styles. |
DefineMorphShape |
DefineMorphShape.add(LineStyle style)
Add a LineStyle object to the list of line styles. |
Method parameters in com.flagstone.transform.shape with type arguments of type LineStyle | |
---|---|
void |
ShapeTag.setLineStyles(List<LineStyle> styles)
Sets the list of styles that will be used to draw the outline of the shape. |
void |
DefineShape4.setLineStyles(List<LineStyle> list)
Sets the list of styles that will be used to draw the outline of the shape. |
void |
DefineShape3.setLineStyles(List<LineStyle> list)
Sets the list of styles that will be used to draw the outline of the shape. |
void |
DefineShape2.setLineStyles(List<LineStyle> list)
Sets the list of styles that will be used to draw the outline of the shape. |
void |
DefineShape.setLineStyles(List<LineStyle> list)
Sets the list of styles that will be used to draw the outline of the shape. |
void |
DefineMorphShape2.setLineStyles(List<LineStyle> list)
Sets the list of morph line styles. |
void |
DefineMorphShape.setLineStyles(List<LineStyle> list)
Sets the list of morph line styles. |
Constructor parameters in com.flagstone.transform.shape with type arguments of type LineStyle | |
---|---|
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. |
Uses of LineStyle in com.flagstone.transform.util.image |
---|
Methods in com.flagstone.transform.util.image with parameters of type LineStyle | |
---|---|
ShapeTag |
ImageShape.defineShape(int uid,
ImageTag image,
int xOrigin,
int yOrigin,
LineStyle border)
Generates the shape definition used to display an image. |
void |
ImageShape.setStyle(LineStyle lineStyle)
Set the line style used to draw the border around the image. |
Uses of LineStyle in com.flagstone.transform.util.shape |
---|
Methods in com.flagstone.transform.util.shape that return types with arguments of type LineStyle | |
---|---|
List<LineStyle> |
Canvas.getLineStyles()
Get a copy of the list of line styles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |