comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/OutputTransition.java @ 68:d117fd4b82e5

Chartrendering integrated in Timeseries Transition gnv-artifacts/trunk@53 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 09 Sep 2009 15:28:18 +0000
parents 5db77e0a8594
children 504570de21fd
comparison
equal deleted inserted replaced
67:0e9762ebd18d 68:d117fd4b82e5
2 * 2 *
3 */ 3 */
4 package de.intevation.gnv.transition; 4 package de.intevation.gnv.transition;
5 5
6 import java.util.Collection; 6 import java.util.Collection;
7
8 import de.intevation.gnv.transition.exception.TransitionException;
7 9
8 /** 10 /**
9 * @author Tim Englich <tim.englich@intevation.de> 11 * @author Tim Englich <tim.englich@intevation.de>
10 * 12 *
11 */ 13 */
13 15
14 /** 16 /**
15 * Returns the Rendered Result of an Transition. 17 * Returns the Rendered Result of an Transition.
16 * @param outputMode The Mode that should be produces (Chart, Map, ...) 18 * @param outputMode The Mode that should be produces (Chart, Map, ...)
17 * @return The Bytecode of the Result 19 * @return The Bytecode of the Result
20 * @throws TransitionException
18 */ 21 */
19 public byte[] out( String outputMode); 22 public byte[] out( String outputMode) throws TransitionException;
20 23
21 /** 24 /**
22 * Delivers the provided OutputModes of an Transition 25 * Delivers the provided OutputModes of an Transition
23 * @return the provided OutputModes of an Transition 26 * @return the provided OutputModes of an Transition
24 */ 27 */

http://dive4elements.wald.intevation.org