Exemplo n.º 1
0
 /**
  * Obtains the DataSource attached to the LegendContext's layer.
  *
  * @param lc LegendContext from which to obtain the DataSource.
  */
 public PnlProportional(LegendContext lc) {
   this.ds = lc.getLayer().getDataSource();
 }