org.opengis.go.display.style
Interface Halo
-
public interface HaloTEncapsulates the halo radius that can be applied to any text Graphic.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringRADIUSHalo radius attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description floatgetRadius()Returns the halo radius value.booleanisRadiusSet()Returns whether the halo radius value has been set.voidsetRadius(float haloRadius)Sets the halo radius value.voidsetRadiusSet(boolean flag)Sets the fact that the halo radius value has been set.
-
-
-
Field Detail
-
RADIUS
static final java.lang.String RADIUS
Halo radius attribute name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRadius
float getRadius()
Returns the halo radius value.- Returns:
- the value of the halo radius.
-
isRadiusSet
boolean isRadiusSet()
Returns whether the halo radius value has been set.- Returns:
- true if the halo radius value has been set, false otherwise.
-
setRadius
void setRadius(float haloRadius)
Sets the halo radius value.- Parameters:
haloRadius- the value of the halo radius.
-
setRadiusSet
void setRadiusSet(boolean flag)
Sets the fact that the halo radius value has been set.- Parameters:
flag- true if the halo radius value has been set, false otherwise.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG