public final class ImageCursorFrame extends CursorFrame
Modifier and Type | Field and Description |
---|---|
private double |
height |
private double |
hotspotX |
private double |
hotspotY |
private java.lang.Object |
platformImage |
private double |
width |
Constructor and Description |
---|
ImageCursorFrame(java.lang.Object platformImage,
double width,
double height,
double hotspotX,
double hotspotY) |
Modifier and Type | Method and Description |
---|---|
CursorType |
getCursorType() |
double |
getHeight() |
double |
getHotspotX() |
double |
getHotspotY() |
java.lang.Object |
getPlatformImage() |
double |
getWidth() |
getPlatformCursor, setPlatforCursor
private final java.lang.Object platformImage
private final double width
private final double height
private final double hotspotX
private final double hotspotY
public ImageCursorFrame(java.lang.Object platformImage, double width, double height, double hotspotX, double hotspotY)
public CursorType getCursorType()
getCursorType
in class CursorFrame
public java.lang.Object getPlatformImage()
public double getWidth()
public double getHeight()
public double getHotspotX()
public double getHotspotY()