java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.SolidFillLayer
All Implemented Interfaces:
OverlayLayer

public class SolidFillLayer extends Object implements OverlayLayer
Fills the area with a solid fill at some transparency level.
  • Constructor Details

    • SolidFillLayer

      public SolidFillLayer(Color color, float alpha)
    • SolidFillLayer

      public SolidFillLayer()
      Ctor for serialization
  • Method Details