public class ShapeValidator extends Object
| Constructor and Description |
|---|
ShapeValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conforms(Vertex focusNode,
Shape shape) |
boolean |
isClosed() |
boolean |
isFailFast() |
void |
setClosed(boolean closed) |
void |
setFailFast(boolean failFast) |
boolean |
validate(Vertex focusNode,
Shape shape,
ValidationReport report) |
public boolean isFailFast()
public void setFailFast(boolean failFast)
public boolean isClosed()
public void setClosed(boolean closed)
public boolean validate(Vertex focusNode, Shape shape, ValidationReport report)
Copyright © 2019. All rights reserved.