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
Module:
modules/extension/xsd-sld (gt-xsd-sld.jar)

Constructor Summary
CssParameter(String name)
           
 
Method Summary
 List getExpressions()
           
 String getName()
           
 
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()

getExpressions

public List getExpressions()


Copyright © 1996-2009 Geotools. All Rights Reserved.