Ignore:
Timestamp:
09/07/11 19:09:04 (13 years ago)
Author:
vmipsl
Message:

Servlet _ TimeSerie? : double axes

File:
1 edited

Legend:

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

    r182 r184  
    1717{ 
    1818    @NotNull 
    19     public BufferedImage createMainPane( @NotNull final MegapoliPlot megapoliPlot, @Nullable final Locale locale ); 
     19    public BufferedImage createMainPane( @NotNull final MegapoliPlot megapoliPlot, @Nullable final Locale locale ) 
     20            throws ServiceException; 
    2021 
    2122    @NotNull 
     
    3233 
    3334    @NotNull 
    34     public BufferedImage createCenterPane( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer maxWidth, @NotNull final Integer maxHeight, @Nullable final Locale locale ); 
     35    public BufferedImage createCenterPane( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer maxWidth, @NotNull final Integer maxHeight, @Nullable final Locale locale ) 
     36            throws ServiceException; 
    3537 
    3638    @NotNull 
    37     public JPane createTimeSeriePlot( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer plotWidth, @NotNull final Integer plotHeight ); 
     39    public JPane createTimeSeriePlot( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer plotWidth, @NotNull final Integer plotHeight ) 
     40            throws ServiceException; 
    3841 
    3942    @NotNull 
    40     public JPane create2DPlot( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer plotWidth, @NotNull final Integer plotHeight ); 
     43    public JPane create2DPlot( @NotNull final MegapoliPlot megapoliPlot, @NotNull final Integer plotWidth, @NotNull final Integer plotHeight, @Nullable final Locale locale ); 
    4144 
    4245    @NotNull 
Note: See TracChangeset for help on using the changeset viewer.