PicFormatOption
Inheritance: java.lang.Object
public class PicFormatOption
Represents picture format option
Constructors
| Constructor | Description |
|---|---|
| PicFormatOption() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setLeft(double value)
public void setLeft(double value)
Sets the left offset for stretching picture.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setRight(double value)
public void setRight(double value)
Sets the right offset for stretching picture.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setScale(double value)
public void setScale(double value)
Sets how many the picture stack and scale with.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setTop(double value)
public void setTop(double value)
Sets the top offset for stretching picture.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setType(int value)
public void setType(int value)
Sets the picture fill type.
See FillPictureType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |