Пример #1
0
 /**
  * Builds a panel based on the given legend.
  *
  * @param lc LegendContext
  * @param legend Legend
  */
 public PnlProportionalPointSE(LegendContext lc, ProportionalPoint legend) {
   super(lc);
   this.proportionalPoint = legend;
   this.geometryType = lc.getGeometryType();
   initPreview();
   buildUI();
 }