Interface Visibility

All Known Implementing Classes:
AbstractPointSymbol, AbstractPolygonSymbol, ChoroplethTheme, DefaultTheme, DitherTheme, FilledPolygonSymbol, FillSymbol, GradientTheme, HatchSymbol, ImageTheme, LabelPointSymbol, LayerEditor, LineSymbol, ModulusTheme, NumericTheme, PointSymbol, PolygonSymbol, SimpleLineSymbol, SimplePaintSymbol, SimplePointSymbol, Symbol, SymbolList, Theme, UniqueValueTheme

public interface Visibility
  • Method Details

    • setMinScale

      void setMinScale(double scale)
    • getMinScale

      double getMinScale()
    • setMaxScale

      void setMaxScale(double scale)
    • getMaxScale

      double getMaxScale()
    • setAlpha

      Visibility setAlpha(AlphaComposite alpha)
    • getAlpha

      AlphaComposite getAlpha()