org.geotools.sld
Class CssParameter

Object
  extended by 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

Constructor Summary
CssParameter(String name)
           
 
Method Summary
 Expression getExpression()
           
 String getName()
           
 void setExpression(Expression expression)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssParameter

public CssParameter(String name)
Method Detail

getName

public String getName()

getExpression

public Expression getExpression()

setExpression

public void setExpression(Expression expression)


Copyright © 1996-2014 Geotools. All Rights Reserved.