public static class ShapeField.DecodedTriangle extends Object
ShapeField.decodeTriangle(byte[], DecodedTriangle).| Modifier and Type | Field and Description | 
|---|---|
boolean | 
ab  | 
int | 
aX  | 
int | 
aY  | 
boolean | 
bc  | 
int | 
bX  | 
int | 
bY  | 
boolean | 
ca  | 
int | 
cX  | 
int | 
cY  | 
| Constructor and Description | 
|---|
DecodedTriangle()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
String | 
toString()
pretty print the triangle vertices 
 | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.