PicFormatOption

Inheritance: java.lang.Object

public class PicFormatOption

Represents picture format option

Constructors

ConstructorDescription
PicFormatOption()

Methods

MethodDescription
equals(Object arg0)
getBottom()Gets the bottom offset for stretching picture.
getClass()
getLeft()Gets the left offset for stretching picture.
getRight()Gets the right offset for stretching picture.
getScale()Gets how many the picture stack and scale with.
getTop()Gets the top offset for stretching picture.
getType()Gets the picture fill type.
hashCode()
notify()
notifyAll()
setBottom(double value)Sets the bottom offset for stretching picture.
setLeft(double value)Sets the left offset for stretching picture.
setRight(double value)Sets the right offset for stretching picture.
setScale(double value)Sets how many the picture stack and scale with.
setTop(double value)Sets the top offset for stretching picture.
setType(int value)Sets the picture fill type.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PicFormatOption()

public PicFormatOption()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBottom()

public double getBottom()

Gets the bottom offset for stretching picture.

Returns: double

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLeft()

public double getLeft()

Gets the left offset for stretching picture.

Returns: double

getRight()

public double getRight()

Gets the right offset for stretching picture.

Returns: double

getScale()

public double getScale()

Gets how many the picture stack and scale with.

Returns: double

getTop()

public double getTop()

Gets the top offset for stretching picture.

Returns: double

getType()

public int getType()

Gets the picture fill type.

See FillPictureType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBottom(double value)

public void setBottom(double value)

Sets the bottom offset for stretching picture.

Parameters:

ParameterTypeDescription
valuedouble

setLeft(double value)

public void setLeft(double value)

Sets the left offset for stretching picture.

Parameters:

ParameterTypeDescription
valuedouble

setRight(double value)

public void setRight(double value)

Sets the right offset for stretching picture.

Parameters:

ParameterTypeDescription
valuedouble

setScale(double value)

public void setScale(double value)

Sets how many the picture stack and scale with.

Parameters:

ParameterTypeDescription
valuedouble

setTop(double value)

public void setTop(double value)

Sets the top offset for stretching picture.

Parameters:

ParameterTypeDescription
valuedouble

setType(int value)

public void setType(int value)

Sets the picture fill type.

See FillPictureType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int