FillType

Inheritance: java.lang.Object

public class FillType

Specifies fill type for a fillable object.

Fields

FieldDescription
BACKGROUNDFill is the same as the background.
GRADIENTGradient fill.
PATTERNEDPatterned fill.
PICTUREPicture fill.
SOLIDSolid fill.
TEXTUREDTextured fill.
length

Methods

MethodDescription
fromName(String fillTypeName)
getName(int fillType)
getValues()
toString(int fillType)

BACKGROUND

public static int BACKGROUND

Fill is the same as the background.

GRADIENT

public static int GRADIENT

Gradient fill.

PATTERNED

public static int PATTERNED

Patterned fill.

PICTURE

public static int PICTURE

Picture fill.

SOLID

public static int SOLID

Solid fill.

TEXTURED

public static int TEXTURED

Textured fill.

length

public static int length

fromName(String fillTypeName)

public static int fromName(String fillTypeName)

Parameters:

ParameterTypeDescription
fillTypeNamejava.lang.String

Returns: int

getName(int fillType)

public static String getName(int fillType)

Parameters:

ParameterTypeDescription
fillTypeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int fillType)

public static String toString(int fillType)

Parameters:

ParameterTypeDescription
fillTypeint

Returns: java.lang.String