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 LocationAbstractImageWatermark. m_Locationthe location.protected LocationText. m_Locationthe location.Methods in adams.gui.visualization.watermark that return Location Modifier and Type Method Description protected LocationAbstractImageWatermark. getDefaultLocation()Returns the default location.protected LocationText. getDefaultLocation()Returns the default location.LocationAbstractImageWatermark. getLocation()Returns the location of the image.LocationText. getLocation()Returns the location of the image.static LocationLocation. 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 voidAbstractImageWatermark. setLocation(Location value)Sets the location of the image.voidText. setLocation(Location value)Sets the location of the image.
-