AiRasterImageSection
Inheritance: java.lang.Object
public final class AiRasterImageSection
The AI Raster Image Section
Methods
Method | Description |
---|---|
create_internalized(String[] properties, byte[] data) | |
equals(Object arg0) | |
getAngle() | Gets the angle. |
getClass() | |
getHeight() | Gets the height. |
getImageRectangle() | Gets the image rectangle. |
getLeftBottomShift() | Gets the left bottom shift. |
getName() | Gets the name of the raster image. |
getOffsetX() | Gets the offset X. |
getOffsetY() | Gets the offset Y. |
getPixels() | Gets the array of int color pixels. |
getWidth() | Gets the width. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
create_internalized(String[] properties, byte[] data)
public static AiRasterImageSection create_internalized(String[] properties, byte[] data)
Parameters:
Parameter | Type | Description |
---|---|---|
properties | java.lang.String[] | |
data | byte[] |
Returns: AiRasterImageSection
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAngle()
public final double getAngle()
Gets the angle.
Value: The angle.
Returns: double
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHeight()
public final double getHeight()
Gets the height.
Value: The height.
Returns: double
getImageRectangle()
public final Rectangle getImageRectangle()
Gets the image rectangle.
Value: The image rectangle.
Returns: Rectangle
getLeftBottomShift()
public final double getLeftBottomShift()
Gets the left bottom shift.
Value: The left bottom shift.
Returns: double
getName()
public final String getName()
Gets the name of the raster image.
Value: The name of the raster image.
Returns: java.lang.String
getOffsetX()
public final double getOffsetX()
Gets the offset X.
Value: The offset X.
Returns: double
getOffsetY()
public final double getOffsetY()
Gets the offset Y.
Value: The offset Y.
Returns: double
getPixels()
public final int[] getPixels()
Gets the array of int color pixels.
Value: The array of int color pixels.
Returns: int[]
getWidth()
public final double getWidth()
Gets the width.
Value: The width.
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final 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 |