public interface Shape extends Serializable
Modifier and Type | Method and Description |
---|---|
StringBuilder |
appendTo(StringBuilder stringBuilder,
ShapeFormat shapeFormat)
Appends a string representation of the shape using the specified format
|
String |
toString(ShapeFormat shapeFormat)
Returns a string representation of the shape using the specified format.
|
String toString(ShapeFormat shapeFormat)
shapeFormat
- The format which will be used to format the shape.StringBuilder appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat)
stringBuilder
- The string builder to append toshapeFormat
- The format which will be used to format the shapeCopyright © GigaSpaces.