Uses of Class
org.geotools.mbstyle.layer.LineMBLayer.LineCap
-
Packages that use LineMBLayer.LineCap Package Description org.geotools.mbstyle.layer -
-
Uses of LineMBLayer.LineCap in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return LineMBLayer.LineCap Modifier and Type Method Description LineMBLayer.LineCap
LineMBLayer. getLineCap()
Display of line endings.static LineMBLayer.LineCap
LineMBLayer.LineCap. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineMBLayer.LineCap[]
LineMBLayer.LineCap. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-