Ignore:
Timestamp:
08/23/11 16:52:29 (13 years ago)
Author:
vmipsl
Message:

[Visualization] latitude/longitude axeType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/service/interface/com/ether/EtherPlotService.java

    r130 r132  
    2323 
    2424    @NotNull 
    25     public JPane createCenterPane( @NotNull final SGTData data ); 
     25    public JPane createCenterPane( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer maxWidth, @NotNull final Integer maxHeight ); 
    2626 
    2727    @NotNull 
     
    2929 
    3030    @NotNull 
    31     public BufferedImage createErrorPane( @NotNull final String mainError, @NotNull final String errorText, @Nullable final Locale locale ); 
     31    public BufferedImage createErrorPane( @NotNull final String mainError, @Nullable final String errorText, @Nullable final Locale locale ); 
    3232} 
Note: See TracChangeset for help on using the changeset viewer.