@OpenApiAll
public static class PatternHelper.ShapeElementCreationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
mCreatedNew
Was shape created or was found?
|
(package private) ShapeElement |
mShape
The shape element.
|
Constructor and Description |
---|
ShapeElementCreationResult() |
Modifier and Type | Method and Description |
---|---|
ShapeElement |
getShape()
Returns found or created shape.
|
boolean |
isCreatedNew()
Was shape created?
|
ShapeElement mShape
boolean mCreatedNew
public ShapeElement getShape()
public boolean isCreatedNew()