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
 InternationalString getAbstract()
          Human readable description.
 InternationalString getTitle()
          Human readable title.
 void setAbstract(InternationalString title)
           
 void setAbstract(String title)
          Define description in the current locale.
 void setTitle(InternationalString title)
           
 void setTitle(String title)
          Define title using the current locale.
 
Methods inherited from interface Description
accept
 

Method Detail

getTitle

InternationalString getTitle()
Human readable title.

Specified by:
getTitle in interface Description
Returns:
the human readable title.

setTitle

void setTitle(InternationalString title)

setTitle

void setTitle(String title)
Define title using the current locale.

Parameters:
title -

getAbstract

InternationalString getAbstract()
Human readable description.

Specified by:
getAbstract in interface Description
Returns:
a human readable description

setAbstract

void setAbstract(InternationalString title)

setAbstract

void setAbstract(String title)
Define description in the current locale.

Parameters:
title -

accept

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

Parameters:
visitor - the style visitor


Copyright © 1996-2010 Geotools. All Rights Reserved.