类 PlutoExplorer

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
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final String
     
    private static final String
     
    private static final int
     

    从类继承的字段 javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    private double
    clamp(double value, double min, double max)
     
    private javafx.scene.layout.HBox
    createButtons(double width, double height, javafx.scene.image.ImageView imageView)
     
    private javafx.geometry.Point2D
    imageViewToImage(javafx.scene.image.ImageView imageView, javafx.geometry.Point2D imageViewCoordinates)
     
    static void
    main(String[] args)
     
    private void
    reset(javafx.scene.image.ImageView imageView, double width, double height)
     
    private void
    shift(javafx.scene.image.ImageView imageView, javafx.geometry.Point2D delta)
     
    void
    start(javafx.stage.Stage primaryStage)
     

    从类继承的方法 javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

  • 构造器详细资料

    • 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

      public static void main(String[] args)