|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.FSTransformObject
com.flagstone.transform.FSFillStyle
public abstract class FSFillStyle
FSFillStyle is an abstract base class for the different types of fill style that can be applied to shapes.
Field Summary | |
---|---|
static int |
Clipped
Defines the type for a clipped bitmap fill style. |
static int |
Linear
Defines the type for a linear gradient fill style. |
static int |
Radial
Defines the type for a radial gradient fill style. |
static int |
Solid
Defines the type for a solid fill style. |
static int |
Tiled
Defines the type for a tiled bitmap fill style. |
protected int |
type
|
static int |
Unsmoothed_Clipped
Defines the type for a clipped bitmap fill style - added in Flash 7. |
static int |
Unsmoothed_Tiled
Defines the type for a tiled bitmap fill style - added in Flash 7. |
Constructor Summary | |
---|---|
protected |
FSFillStyle(FSCoder coder)
|
protected |
FSFillStyle(FSFillStyle obj)
|
protected |
FSFillStyle(int aType)
|
Method Summary | |
---|---|
void |
decode(FSCoder coder)
|
void |
encode(FSCoder coder)
|
boolean |
equals(java.lang.Object anObject)
Returns true if anObject is equal to this one. |
int |
getType()
Gets the type of the fill style. |
int |
length(FSCoder coder)
|
void |
setType(int aType)
Sets the type of the fill style. |
Methods inherited from class com.flagstone.transform.FSTransformObject |
---|
appendDescription, clone, name, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int Solid
public static final int Linear
public static final int Radial
public static final int Tiled
public static final int Clipped
public static final int Unsmoothed_Tiled
public static final int Unsmoothed_Clipped
protected int type
Constructor Detail |
---|
protected FSFillStyle(FSCoder coder)
protected FSFillStyle(FSFillStyle obj)
protected FSFillStyle(int aType)
Method Detail |
---|
public int getType()
public void setType(int aType)
aType
- the type of fill.public boolean equals(java.lang.Object anObject)
equals
in class FSTransformObject
public int length(FSCoder coder)
length
in class FSTransformObject
public void encode(FSCoder coder)
encode
in class FSTransformObject
public void decode(FSCoder coder)
decode
in class FSTransformObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |