Skip to content

Commit 0165b5e

Browse files
committed
Update groovydocs
1 parent 1a27ed5 commit 0165b5e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/main/groovy/geoscript/Application.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.geotools.util.factory.GeoTools
77
import org.locationtech.jts.JTSVersion
88

99
/**
10-
* The GeoScript Application that can run scripts, shell, or console.
10+
* The GeoScript Application that can run script, shell, console or version.
1111
* @author Jared Erickson
1212
*/
1313
class Application {

src/main/groovy/geoscript/style/Symbolizer.groovy

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,20 @@ class Symbolizer implements Style, Cloneable {
133133
this
134134
}
135135

136+
/**
137+
* Set the title
138+
* @param title The title
139+
* @return This Symbolizer
140+
*/
136141
Symbolizer title(String title) {
137142
this.title = title
138143
this
139144
}
140145

146+
/**
147+
* Get the title
148+
* @return The title
149+
*/
141150
String getTitle() {
142151
this.title
143152
}

0 commit comments

Comments
 (0)