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 description)
           
 void setAbstract(String description)
          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
Parameters:
description - Abstract providing a summary of contents
Returns:
a human readable, prose description of this style.

setAbstract

void setAbstract(InternationalString description)

setAbstract

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

Parameters:
description - Abstract providing summary of contents

accept

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

Parameters:
visitor - the style visitor


Copyright © 1996-2014 Geotools. All Rights Reserved.