| Changed Methods |
void addInputFormat(InputFormat)
|
Change in signature from org.jhotdraw.draw.InputFormat to org.jhotdraw.draw.io.InputFormat.
|
Adds an input format to the drawing. |
void addOutputFormat(OutputFormat)
|
Change in signature from org.jhotdraw.draw.OutputFormat to org.jhotdraw.draw.io.OutputFormat.
|
Adds an output format to the drawing. |
List<InputFormat> getInputFormats()
|
Change in return type from java.util.List to java.util.List.
|
Gets input formats for the Drawing in order of preferred formats. |
List<OutputFormat> getOutputFormats()
|
Change in return type from java.util.List to java.util.List.
|
Gets output formats for the Drawing in order of preferred formats. |
void setInputFormats(List<InputFormat>)
|
Change in signature from java.util.List to java.util.List.
|
Sets input formats for the Drawing in order of preferred formats. |
void setOutputFormats(List<OutputFormat>)
|
Change in signature from java.util.List to java.util.List.
|
Sets output formats for the Drawing in order of preferred formats. |