public final class ImageCursorFrame extends CursorFrame
Constructor and Description |
---|
ImageCursorFrame(Object platformImage,
double width,
double height,
double hotspotX,
double hotspotY) |
Modifier and Type | Method and Description |
---|---|
CursorType |
getCursorType() |
double |
getHeight() |
double |
getHotspotX() |
double |
getHotspotY() |
Object |
getPlatformImage() |
double |
getWidth() |
getPlatformCursor, setPlatforCursor
public ImageCursorFrame(Object platformImage, double width, double height, double hotspotX, double hotspotY)
public CursorType getCursorType()
getCursorType
in class CursorFrame
public Object getPlatformImage()
public double getWidth()
public double getHeight()
public double getHotspotX()
public double getHotspotY()
Copyright © 2020. All rights reserved.