Package h
Class ST_polygon_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
,HardcodedStruct
public class ST_polygon_t extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description double
distortion
int
option
double
orientation
int
peripheries
int
regular
int
sides
double
skew
ST_pointf.Array
vertices
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_polygon_t()
ST_polygon_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDouble(java.lang.String fieldName, double data)
void
setInt(java.lang.String fieldName, int data)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Field Detail
-
regular
public int regular
-
peripheries
public int peripheries
-
sides
public int sides
-
orientation
public double orientation
-
distortion
public double distortion
-
skew
public double skew
-
option
public int option
-
vertices
public ST_pointf.Array vertices
-
-
Constructor Detail
-
ST_polygon_t
public ST_polygon_t()
-
ST_polygon_t
public ST_polygon_t(StarStruct parent)
-
-
Method Detail
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
setDouble
public void setDouble(java.lang.String fieldName, double data)
- Specified by:
setDouble
in interface__c__fields
- Specified by:
setDouble
in interfaceStarStruct
- Overrides:
setDouble
in classUnsupportedStarStruct
-
-