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 WatermarkJFreeChartFileWriter. m_Watermarkthe watermark to use.protected WatermarkJFreeChartPlot. m_Watermarkthe watermark to use.protected WatermarkXChartFileWriter. m_Watermarkthe watermark to use.protected WatermarkXChartPlot. m_Watermarkthe watermark to use.Methods in adams.flow.sink that return Watermark Modifier and Type Method Description WatermarkJFreeChartFileWriter. getWatermark()Returns the watermark to use.WatermarkJFreeChartPlot. getWatermark()Returns the watermark to use.WatermarkXChartFileWriter. getWatermark()Returns the watermark to use.WatermarkXChartPlot. getWatermark()Returns the watermark to use.Methods in adams.flow.sink with parameters of type Watermark Modifier and Type Method Description voidJFreeChartFileWriter. setWatermark(Watermark value)Sets the watermark to use.voidJFreeChartPlot. setWatermark(Watermark value)Sets the watermark to use.voidXChartFileWriter. setWatermark(Watermark value)Sets the watermark to use.voidXChartPlot. 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 WatermarkWatermark. m_Watermarkthe watermark to apply.Methods in adams.flow.transformer.draw that return Watermark Modifier and Type Method Description WatermarkWatermark. getWatermark()Returns the watermark to apply.Methods in adams.flow.transformer.draw with parameters of type Watermark Modifier and Type Method Description voidWatermark. 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 WatermarkClassifierErrors. m_Watermarkthe watermark to use.protected WatermarkPredictionTrend. m_Watermarkthe watermark to use.protected WatermarkResidualsVsFitted. m_Watermarkthe watermark to use.protected WatermarkResidualsVsPredictor. m_Watermarkthe watermark to use.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return Watermark Modifier and Type Method Description WatermarkClassifierErrors. getWatermark()Returns the watermark to use.WatermarkPredictionTrend. getWatermark()Returns the watermark to use.WatermarkResidualsVsFitted. getWatermark()Returns the watermark to use.WatermarkResidualsVsPredictor. 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 voidClassifierErrors. setWatermark(Watermark value)Sets the watermark to use.voidPredictionTrend. setWatermark(Watermark value)Sets the watermark to use.voidResidualsVsFitted. setWatermark(Watermark value)Sets the watermark to use.voidResidualsVsPredictor. 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 WatermarkWatermarkPaintlet. m_Watermarkthe watermark to apply.Methods in adams.gui.visualization.core that return Watermark Modifier and Type Method Description WatermarkWatermarkPaintlet. getWatermark()Returns the watermark to apply.Methods in adams.gui.visualization.core with parameters of type Watermark Modifier and Type Method Description voidWatermarkPaintlet. 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 WatermarkWatermarkOverlay. m_Watermarkthe watermark to apply.Methods in adams.gui.visualization.image that return Watermark Modifier and Type Method Description WatermarkWatermarkOverlay. getWatermark()Returns the watermark to apply.Methods in adams.gui.visualization.image with parameters of type Watermark Modifier and Type Method Description voidWatermarkOverlay. 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 WatermarkAbstractPlotOptionGroup. m_Watermarkthe watermark to apply.Methods in adams.gui.visualization.stats.core that return Watermark Modifier and Type Method Description protected WatermarkAbstractPlotOptionGroup. getDefaultWatermark()Returns the default watermark.WatermarkAbstractPlotOptionGroup. getWatermark()Returns the watermark to apply.Methods in adams.gui.visualization.stats.core with parameters of type Watermark Modifier and Type Method Description voidAbstractPlotOptionGroup. 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 classAbstractImageWatermarkAncestor for image-based watermarks.classAbstractWatermarkAncestor for watermark plugins.classADAMSUses the following resource as watermark:ADAMS.RESOURCEclassDefaultApplies the watermark defined in the global preferences.classFromFileUses the specified image file as watermark.classFromResourceUses the specified image (available from the classpath) as watermark.classMultiWatermarkApplies the specified watermarks sequentially.classNullDummy, does nothing.classTextDisplays the supplied text.Fields in adams.gui.visualization.watermark declared as Watermark Modifier and Type Field Description protected WatermarkDefault. m_Defaultthe default watermark.protected WatermarkWatermarkedPanel. m_Watermarkthe watermark to apply.protected Watermark[]MultiWatermark. m_Watermarksthe watermarks to apply.Methods in adams.gui.visualization.watermark that return Watermark Modifier and Type Method Description WatermarkWatermarkedPanel. 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 voidWatermarkedPanel. setWatermark(Watermark value)Sets the watermark to use.voidMultiWatermark. setWatermarks(Watermark[] value)Sets the watermarks to apply.Constructors in adams.gui.visualization.watermark with parameters of type Watermark Constructor Description WatermarkedPanel(Component comp, Watermark watermark)Wraps the component and applies the specified panel.
-