Class AlphaPreview

java.lang.Object
org.flexdock.docking.drag.effects.DefaultPreview
org.flexdock.docking.drag.preview.AlphaPreview
All Implemented Interfaces:
DockingConstants, DragPreview

public class AlphaPreview extends DefaultPreview
  • Field Details

    • DEFAULT_ALPHA

      public static final float DEFAULT_ALPHA
      See Also:
    • DEFAULT_COLOR

      public static final Color DEFAULT_COLOR
    • DEFAULT_BORDER

      public static final Color DEFAULT_BORDER
    • BLUE

      public static final AlphaPreview BLUE
    • BLACK

      public static final AlphaPreview BLACK
  • Constructor Details

    • AlphaPreview

      public AlphaPreview()
    • AlphaPreview

      public AlphaPreview(Color border, Color fill, float alpha)
    • AlphaPreview

      public AlphaPreview(Color border, Color fill, float alpha, boolean immutable)
  • Method Details