|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.dto.BufferInfo
@Api(allMethods=true) public class BufferInfo
DTO object that holds additional information needed to perform a buffer operation.
| Constructor Summary | |
|---|---|
BufferInfo()
|
|
| Method Summary | |
|---|---|
double |
getDistance()
Get distance to buffer. |
int |
getQuadrantSegments()
Get the number of line segments used to represent a quadrant of a circle. |
void |
setDistance(double distance)
Set distance to buffer. |
void |
setQuadrantSegments(int quadrantSegments)
Set the number of line segments used to represent a quadrant of a circle. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BufferInfo()
| Method Detail |
|---|
public double getDistance()
public void setDistance(double distance)
distance - distancepublic int getQuadrantSegments()
public void setQuadrantSegments(int quadrantSegments)
quadrantSegments - the number of line segments used to represent a quadrant of a circlepublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||