|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FillStyle | |
|---|---|
| com.flagstone.transform.coder | The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. |
| com.flagstone.transform.fillstyle | The fillstyle package contains all the classes for encoding and decoding the data structures that represent the different types of fill style that are found in a Flash file. |
| 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.shape | The shape package contains convenience classes for drawing shapes. |
| Uses of FillStyle in com.flagstone.transform.coder |
|---|
| Methods in com.flagstone.transform.coder that return types with arguments of type FillStyle | |
|---|---|
SWFFactory<FillStyle> |
DecoderRegistry.getFillStyleDecoder()
Get the decoder that will be used for FillStyle objects. |
SWFFactory<FillStyle> |
DecoderRegistry.getMorphFillStyleDecoder()
Get the decoder that will be used for FillStyle objects used in morphing shapes. |
| Method parameters in com.flagstone.transform.coder with type arguments of type FillStyle | |
|---|---|
void |
DecoderRegistry.setFillStyleDecoder(SWFFactory<FillStyle> factory)
Set the decoder that will be used for fill styles in a shape. |
void |
DecoderRegistry.setMorphFillStyleDecoder(SWFFactory<FillStyle> factory)
Set the decoder that will be used for fill styles in a morphing shape. |
| Uses of FillStyle in com.flagstone.transform.fillstyle |
|---|
| Classes in com.flagstone.transform.fillstyle that implement FillStyle | |
|---|---|
class |
BitmapFill
BitmapFill is used to display an image inside a shape. |
class |
FocalGradientFill
FocalGradientFill extends the functionality of GradientFill by allowing the focal point for the gradient to be specified rather than defaulting to the centre of the shape. |
class |
GradientFill
GradientFill defines how a colour changes across an area to be filled with colour. |
class |
MorphBitmapFill
MorphBitmapFill uses a bitmap image to fill an area of a morphing shape. |
class |
MorphFocalGradientFill
MorphFocalGradientFill extends the functionality of MorphGradientFill by allowing the focal point for the gradient at the start and end of the morphing process to be specified rather than defaulting to the centre of the shape. |
class |
MorphGradientFill
MorphGradientFill defines how a colour gradient changes across an area filled in a shape as it is morphed. |
class |
MorphSolidFill
MorphSolidFill defines the solid colours that are used to fill a shape at the start and end of the morphing process. |
class |
SolidFill
SolidFill defines a solid colour that is used to fill an enclosed area in a shape. |
| Method parameters in com.flagstone.transform.fillstyle with type arguments of type FillStyle | |
|---|---|
void |
MorphFillStyleDecoder.getObject(List<FillStyle> list,
SWFDecoder coder,
Context context)
Decode and return a Flash object. |
void |
FillStyleDecoder.getObject(List<FillStyle> list,
SWFDecoder coder,
Context context)
Decode and return a Flash object. |
| Uses of FillStyle in com.flagstone.transform.linestyle |
|---|
| Methods in com.flagstone.transform.linestyle that return FillStyle | |
|---|---|
FillStyle |
MorphLineStyle2.getFillStyle()
Get the FillStyle used for the line stroke. |
FillStyle |
LineStyle2.getFillStyle()
Get the FillStyle used for the line stroke. |
| Methods in com.flagstone.transform.linestyle with parameters of type FillStyle | |
|---|---|
void |
MorphLineStyle2.setFillStyle(FillStyle style)
Set the FillStyle (morphing fill styles only) used for the line stroke. |
void |
LineStyle2.setFillStyle(FillStyle style)
Set the FillStyle used for the line stroke. |
| Constructors in com.flagstone.transform.linestyle with parameters of type FillStyle | |
|---|---|
LineStyle2(int lineWidth,
FillStyle style)
Create a new LineStyle2 object with the stroke thickness and fill style. |
|
MorphLineStyle2(int initialWidth,
int finalWidth,
FillStyle style)
Create a new MorphLineStyle2 object with the stroke thickness and fill style for the start and end of the morphing process. |
|
| Uses of FillStyle in com.flagstone.transform.shape |
|---|
| Methods in com.flagstone.transform.shape that return types with arguments of type FillStyle | |
|---|---|
List<FillStyle> |
ShapeTag.getFillStyles()
Get the list fill styles. |
List<FillStyle> |
ShapeStyle2.getFillStyles()
Returns the list of new fill styles. |
List<FillStyle> |
ShapeStyle.getFillStyles()
Returns the list of new fill styles. |
List<FillStyle> |
DefineShape4.getFillStyles()
Get the list fill styles. |
List<FillStyle> |
DefineShape3.getFillStyles()
Get the list fill styles. |
List<FillStyle> |
DefineShape2.getFillStyles()
Get the list fill styles. |
List<FillStyle> |
DefineShape.getFillStyles()
Get the list fill styles. |
List<FillStyle> |
DefineMorphShape2.getFillStyles()
Returns the list of fill styles (MorphSolidFill, MorphBitmapFill and MorphGradientFill objects) for the shapes. |
List<FillStyle> |
DefineMorphShape.getFillStyles()
Get the list of fill styles (MorphSolidFill, MorphBitmapFill and MorphGradientFill objects) for the shapes. |
| Methods in com.flagstone.transform.shape with parameters of type FillStyle | |
|---|---|
ShapeTag |
ShapeTag.add(FillStyle style)
Add a fill style. |
ShapeStyle2 |
ShapeStyle2.add(FillStyle style)
Add the fill style object to the list of fill styles. |
ShapeStyle |
ShapeStyle.add(FillStyle style)
Add the fill style object to the list of fill styles. |
DefineShape4 |
DefineShape4.add(FillStyle style)
Add the fill style to the list of fill styles. |
DefineShape3 |
DefineShape3.add(FillStyle style)
Add the fill style to the list of fill styles. |
DefineShape2 |
DefineShape2.add(FillStyle style)
Add the fill style to the list of fill styles. |
DefineShape |
DefineShape.add(FillStyle style)
Add the fill style to the list of fill styles. |
DefineMorphShape2 |
DefineMorphShape2.add(FillStyle aFillStyle)
Add the fill style object to the list of fill styles. |
DefineMorphShape |
DefineMorphShape.add(FillStyle aFillStyle)
Add the fill style object to the list of fill styles. |
| Method parameters in com.flagstone.transform.shape with type arguments of type FillStyle | |
|---|---|
void |
ShapeTag.setFillStyles(List<FillStyle> styles)
Sets the list fill styles that will be used to draw the shape. |
ShapeStyle2 |
ShapeStyle2.setFillStyles(List<FillStyle> list)
Sets the list of new fill styles. |
ShapeStyle |
ShapeStyle.setFillStyles(List<FillStyle> list)
Sets the list of new fill styles. |
void |
DefineShape4.setFillStyles(List<FillStyle> list)
Sets the list fill styles that will be used to draw the shape. |
void |
DefineShape3.setFillStyles(List<FillStyle> list)
Sets the list fill styles that will be used to draw the shape. |
void |
DefineShape2.setFillStyles(List<FillStyle> list)
Sets the list fill styles that will be used to draw the shape. |
void |
DefineShape.setFillStyles(List<FillStyle> list)
Sets the list fill styles that will be used to draw the shape. |
void |
DefineMorphShape2.setFillStyles(List<FillStyle> list)
Sets the list of morph fill styles. |
void |
DefineMorphShape.setFillStyles(List<FillStyle> list)
Sets the list of morph fill styles. |
| Constructor parameters in com.flagstone.transform.shape with type arguments of type FillStyle | |
|---|---|
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 FillStyle in com.flagstone.transform.util.shape |
|---|
| Methods in com.flagstone.transform.util.shape that return types with arguments of type FillStyle | |
|---|---|
List<FillStyle> |
Canvas.getFillStyles()
Get a copy of the list of fill styles. |
| Methods in com.flagstone.transform.util.shape with parameters of type FillStyle | |
|---|---|
void |
Canvas.setAltStyle(FillStyle style)
Set the style used to fill overlapping enclosed areas. |
void |
Canvas.setFillStyle(FillStyle style)
Set the style used to fill enclosed areas. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||