org.geotools.sld
Class CssParameter
Object
CssParameter
public class CssParameter
- extends Object
A Cascading Style Sheet parameter.
This class is internal to the sld binding project. It should be replaced
with a geotools styling model object if one becomes available.
- Author:
- Justin Deoliveira, The Open Planning Project
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssParameter
public CssParameter(String name)
getName
public String getName()
getExpression
public Expression getExpression()
setExpression
public void setExpression(Expression expression)
Copyright © 1996-2014 Geotools. All Rights Reserved.