Class DefaultApplication

java.lang.Object
javafx.application.Application
org.graphstream.ui.fx_viewer.util.DefaultApplication

public class DefaultApplication
extends javafx.application.Application
Default Application used by Display for visualize the graph.
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.application.Application

    javafx.application.Application.Parameters
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static boolean antiAliasing  
    static boolean isInstance  

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultApplication()  
  • Method Summary

    Modifier and Type Method Description
    static void checkTitle()  
    static void init​(FxDefaultView v, org.graphstream.graph.Graph g)  
    static void newDisplay​(FxDefaultView view2)  
    static void setAliasing​(boolean antialias)  
    void start​(javafx.stage.Stage primaryStage)  

    Methods inherited from class javafx.application.Application

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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait