Class LAFScheme

java.lang.Object
org.praxislive.ide.pxr.graph.scene.LAFScheme

public final class LAFScheme extends Object
  • Field Details

    • FOREGROUND

      public static final Color FOREGROUND
    • BACKGROUND

      public static final Color BACKGROUND
    • NODE_BACKGROUND

      public static final Color NODE_BACKGROUND
    • DEFAULT_COLORS

      public static final LAFScheme.Colors DEFAULT_COLORS
  • Constructor Details

    • LAFScheme

      public LAFScheme()
  • Method Details

    • getDefaultFont

      protected Font getDefaultFont()
    • getPinFont

      protected Font getPinFont()
    • getCommentFont

      protected Font getCommentFont()
    • getToolsFont

      protected Font getToolsFont()
    • installUI

      protected void installUI(NodeWidget widget)
    • updateUI

      protected void updateUI(NodeWidget widget)
    • isNodeMinimizeButtonOnRight

      protected boolean isNodeMinimizeButtonOnRight(NodeWidget widget)
    • getMinimizeWidgetImage

      protected Image getMinimizeWidgetImage(NodeWidget widget)
    • installUI

      protected void installUI(EdgeWidget widget)
    • updateUI

      protected void updateUI(EdgeWidget widget)
    • installUI

      protected void installUI(PinWidget widget)
    • updateUI

      protected void updateUI(PinWidget widget)
    • getAnchorGap

      protected int getAnchorGap()
    • getBackgroundColor

      protected Color getBackgroundColor()