java.lang.Object
javafx.application.Application
com.tlcsdm.core.javafx.control.PlutoExplorer
public class PlutoExplorer
extends javafx.application.Application
-
嵌套类概要
从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
字段从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private doubleclamp(double value, double min, double max) private javafx.scene.layout.HBoxcreateButtons(double width, double height, javafx.scene.image.ImageView imageView) private javafx.geometry.Point2DimageViewToImage(javafx.scene.image.ImageView imageView, javafx.geometry.Point2D imageViewCoordinates) static voidprivate voidreset(javafx.scene.image.ImageView imageView, double width, double height) private voidshift(javafx.scene.image.ImageView imageView, javafx.geometry.Point2D delta) voidstart(javafx.stage.Stage primaryStage) 从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
字段详细资料
-
IMAGE_CREDIT_URL
- 另请参阅:
-
IMAGE_URL
- 另请参阅:
-
MIN_PIXELS
private static final int MIN_PIXELS- 另请参阅:
-
-
构造器详细资料
-
PlutoExplorer
public PlutoExplorer()
-
-
方法详细资料
-
start
public void start(javafx.stage.Stage primaryStage) - 指定者:
start在类中javafx.application.Application
-
createButtons
private javafx.scene.layout.HBox createButtons(double width, double height, javafx.scene.image.ImageView imageView) -
reset
private void reset(javafx.scene.image.ImageView imageView, double width, double height) -
shift
private void shift(javafx.scene.image.ImageView imageView, javafx.geometry.Point2D delta) -
clamp
private double clamp(double value, double min, double max) -
imageViewToImage
private javafx.geometry.Point2D imageViewToImage(javafx.scene.image.ImageView imageView, javafx.geometry.Point2D imageViewCoordinates) -
main
-