Uses of Class
adams.gui.visualization.watermark.Location
-
Packages that use Location Package Description adams.gui.visualization.watermark -
-
Uses of Location in adams.gui.visualization.watermark
Fields in adams.gui.visualization.watermark declared as Location Modifier and Type Field Description protected Location
AbstractImageWatermark. m_Location
the location.protected Location
Text. m_Location
the location.Methods in adams.gui.visualization.watermark that return Location Modifier and Type Method Description protected Location
AbstractImageWatermark. getDefaultLocation()
Returns the default location.protected Location
Text. getDefaultLocation()
Returns the default location.Location
AbstractImageWatermark. getLocation()
Returns the location of the image.Location
Text. getLocation()
Returns the location of the image.static Location
Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static Location[]
Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.watermark with parameters of type Location Modifier and Type Method Description void
AbstractImageWatermark. setLocation(Location value)
Sets the location of the image.void
Text. setLocation(Location value)
Sets the location of the image.
-