org.geotools.styling
Interface Description

All Superinterfaces:
Description

public interface Description
extends Description


Method Summary
 void accept(StyleVisitor visitor)
          calls the visit method of a StyleVisitor
 void setAbstract(InternationalString title)
           
 void setTitle(InternationalString title)
           
 
Methods inherited from interface Description
accept, getAbstract, getTitle
 

Method Detail

setTitle

void setTitle(InternationalString title)

setAbstract

void setAbstract(InternationalString title)

accept

void accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor

Parameters:
visitor - the style visitor


Copyright © 1996-2009 Geotools. All Rights Reserved.