Class ZestFxRootPart

All Implemented Interfaces:
IActivatable, IAdaptable, IAdaptable.Bound<IViewer>, IDisposable, IRootPart<Group>, IVisualPart<Group>

public class ZestFxRootPart extends LayeredRootPart
The ZestFxRootPart is an extension to LayeredRootPart that hides the grid (see GridModel.setShowGrid(boolean)) and adds a stylesheet to the Scene (see Scene.getStylesheets()).
  • Field Details

    • STYLES_CSS_FILE

      public static final String STYLES_CSS_FILE
      The url to the stylesheet that is added to the Scene.
  • Constructor Details

    • ZestFxRootPart

      public ZestFxRootPart()
  • Method Details