Ignore:
Timestamp:
09/14/11 16:58:17 (13 years ago)
Author:
vmipsl
Message:

Servlet _ 2D ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/service/implementation/com/ether/EtherPlotContentServiceImpl.java

    r195 r196  
    227227        try 
    228228        { 
    229             jPlotLayout.setKeyLayerSizeP( new Dimension2D( 6.0, 1.02 ) ); 
    230             jPlotLayout.setKeyBoundsP( new Rectangle2D.Double( 0.01, 1.01, 5.98, 1.0 ) ); 
     229//            jPlotLayout.setKeyLayerSizeP( new Dimension2D( 12.0, 24.0 ) ); 
     230//            jPlotLayout.setKeyBoundsP( new Rectangle2D.Double( 0.01, 1.01, 5.98, 1.0 ) ); 
    231231            final Layer keyLayer = jPlotLayout.getKeyPane().getLayer( "Key Layer" ); 
    232232            jPlotLayout.add( keyLayer ); 
    233  
    234233        } 
    235234        catch( LayerNotFoundException e ) 
    236235        { 
    237             e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates. 
     236            throw new ServiceException( ServiceException.ServiceCode.LEGEND_LAYER_NOT_FOUND, new Throwable( ServiceException.ServiceCode.LEGEND_LAYER_NOT_FOUND.toString() ) ); 
    238237        } 
    239238 
Note: See TracChangeset for help on using the changeset viewer.