Package org.geotools.styling
Class DescriptionImpl
Object
DescriptionImpl
- All Implemented Interfaces:
Description
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptionImpl
(String title, String description) DescriptionImpl
(Description description) Copy constructor.DescriptionImpl
(InternationalString title, InternationalString description) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StyleVisitor visitor) calls the visit method of a StyleVisitoraccept
(TraversingStyleVisitor visitor, Object extraData) calls the visit method of a StyleVisitorboolean
Human readable description.getTitle()
Human readable title.int
hashCode()
void
setAbstract
(String description) Define description in the current locale.void
setAbstract
(InternationalString description) void
Define title using the current locale.void
setTitle
(InternationalString title)
-
Constructor Details
-
DescriptionImpl
public DescriptionImpl() -
DescriptionImpl
-
DescriptionImpl
-
DescriptionImpl
Copy constructor.
-
-
Method Details
-
getTitle
Description copied from interface:Description
Human readable title.- Specified by:
getTitle
in interfaceDescription
- Returns:
- the human readable title.
-
setTitle
- Specified by:
setTitle
in interfaceDescription
-
setTitle
Description copied from interface:Description
Define title using the current locale.- Specified by:
setTitle
in interfaceDescription
-
getAbstract
Description copied from interface:Description
Human readable description.- Specified by:
getAbstract
in interfaceDescription
-
setAbstract
- Specified by:
setAbstract
in interfaceDescription
-
setAbstract
Description copied from interface:Description
Define description in the current locale.- Specified by:
setAbstract
in interfaceDescription
- Parameters:
description
- Abstract providing summary of contents
-
accept
Description copied from interface:Description
calls the visit method of a StyleVisitor- Specified by:
accept
in interfaceDescription
- Parameters:
visitor
- the style visitor
-
accept
Description copied from interface:Description
calls the visit method of a StyleVisitor- Specified by:
accept
in interfaceDescription
- Parameters:
visitor
- the style visitor
-
hashCode
public int hashCode() -
equals
-