Uses of Interface
adams.gui.visualization.watermark.Watermark
-
-
Uses of Watermark in adams.flow.sink
Fields in adams.flow.sink declared as Watermark Modifier and Type Field Description protected Watermark
JFreeChartFileWriter. m_Watermark
the watermark to use.protected Watermark
JFreeChartPlot. m_Watermark
the watermark to use.Methods in adams.flow.sink that return Watermark Modifier and Type Method Description Watermark
JFreeChartFileWriter. getWatermark()
Returns the watermark to use.Watermark
JFreeChartPlot. getWatermark()
Returns the watermark to use.Methods in adams.flow.sink with parameters of type Watermark Modifier and Type Method Description void
JFreeChartFileWriter. setWatermark(Watermark value)
Sets the watermark to use.void
JFreeChartPlot. setWatermark(Watermark value)
Sets the watermark to use. -
Uses of Watermark in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as Watermark Modifier and Type Field Description protected Watermark
Watermark. m_Watermark
the watermark to apply.Methods in adams.flow.transformer.draw that return Watermark Modifier and Type Method Description Watermark
Watermark. getWatermark()
Returns the watermark to apply.Methods in adams.flow.transformer.draw with parameters of type Watermark Modifier and Type Method Description void
Watermark. setWatermark(Watermark value)
Sets the watermark to apply. -
Uses of Watermark in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as Watermark Modifier and Type Field Description protected Watermark
ClassifierErrors. m_Watermark
the watermark to use.protected Watermark
PredictionTrend. m_Watermark
the watermark to use.protected Watermark
ResidualsVsFitted. m_Watermark
the watermark to use.protected Watermark
ResidualsVsPredictor. m_Watermark
the watermark to use.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return Watermark Modifier and Type Method Description Watermark
ClassifierErrors. getWatermark()
Returns the watermark to use.Watermark
PredictionTrend. getWatermark()
Returns the watermark to use.Watermark
ResidualsVsFitted. getWatermark()
Returns the watermark to use.Watermark
ResidualsVsPredictor. getWatermark()
Returns the watermark to use.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type Watermark Modifier and Type Method Description void
ClassifierErrors. setWatermark(Watermark value)
Sets the watermark to use.void
PredictionTrend. setWatermark(Watermark value)
Sets the watermark to use.void
ResidualsVsFitted. setWatermark(Watermark value)
Sets the watermark to use.void
ResidualsVsPredictor. setWatermark(Watermark value)
Sets the watermark to use. -
Uses of Watermark in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as Watermark Modifier and Type Field Description protected Watermark
WatermarkPaintlet. m_Watermark
the watermark to apply.Methods in adams.gui.visualization.core that return Watermark Modifier and Type Method Description Watermark
WatermarkPaintlet. getWatermark()
Returns the watermark to apply.Methods in adams.gui.visualization.core with parameters of type Watermark Modifier and Type Method Description void
WatermarkPaintlet. setWatermark(Watermark value)
Sets the watermark to apply. -
Uses of Watermark in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as Watermark Modifier and Type Field Description protected Watermark
WatermarkOverlay. m_Watermark
the watermark to apply.Methods in adams.gui.visualization.image that return Watermark Modifier and Type Method Description Watermark
WatermarkOverlay. getWatermark()
Returns the watermark to apply.Methods in adams.gui.visualization.image with parameters of type Watermark Modifier and Type Method Description void
WatermarkOverlay. setWatermark(Watermark value)
Sets the watermark to apply. -
Uses of Watermark in adams.gui.visualization.stats.core
Fields in adams.gui.visualization.stats.core declared as Watermark Modifier and Type Field Description protected Watermark
AbstractPlotOptionGroup. m_Watermark
the watermark to apply.Methods in adams.gui.visualization.stats.core that return Watermark Modifier and Type Method Description protected Watermark
AbstractPlotOptionGroup. getDefaultWatermark()
Returns the default watermark.Watermark
AbstractPlotOptionGroup. getWatermark()
Returns the watermark to apply.Methods in adams.gui.visualization.stats.core with parameters of type Watermark Modifier and Type Method Description void
AbstractPlotOptionGroup. setWatermark(Watermark value)
Sets the watermark to apply. -
Uses of Watermark in adams.gui.visualization.watermark
Classes in adams.gui.visualization.watermark that implement Watermark Modifier and Type Class Description class
AbstractImageWatermark
Ancestor for image-based watermarks.class
AbstractWatermark
Ancestor for watermark plugins.class
ADAMS
Uses the following resource as watermark:ADAMS.RESOURCE
class
Default
Applies the watermark defined in the global preferences.class
FromFile
Uses the specified image file as watermark.class
FromResource
Uses the specified image (available from the classpath) as watermark.class
MultiWatermark
Applies the specified watermarks sequentially.class
Null
Dummy, does nothing.class
Text
Displays the supplied text.Fields in adams.gui.visualization.watermark declared as Watermark Modifier and Type Field Description protected Watermark
Default. m_Default
the default watermark.protected Watermark
WatermarkedPanel. m_Watermark
the watermark to apply.protected Watermark[]
MultiWatermark. m_Watermarks
the watermarks to apply.Methods in adams.gui.visualization.watermark that return Watermark Modifier and Type Method Description Watermark
WatermarkedPanel. getWatermark()
Returns the current watermark in use.Watermark[]
MultiWatermark. getWatermarks()
Returns the watermarks to apply.Methods in adams.gui.visualization.watermark with parameters of type Watermark Modifier and Type Method Description void
WatermarkedPanel. setWatermark(Watermark value)
Sets the watermark to use.void
MultiWatermark. setWatermarks(Watermark[] value)
Sets the watermarks to apply.
-