Class StretchParam

java.lang.Object
cn.mapway.geo.shared.stretch.StretchParam
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable
Direct Known Subclasses:
GammaStretchParam, HistogramStretchParam, LinearStretchParam

@JsType public class StretchParam extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
See Also:
  • Field Details

    • min

      protected Double min
    • max

      protected Double max
    • minPct

      protected Double minPct
    • maxPct

      protected Double maxPct
  • Constructor Details

    • StretchParam

      public StretchParam()