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 doubledistortionintoptiondoubleorientationintperipheriesintregularintsidesdoubleskewST_pointf.Arrayvertices-
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 voidsetDouble(java.lang.String fieldName, double data)voidsetInt(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:
setIntin interface__c__fields- Specified by:
setIntin interfaceStarStruct- Overrides:
setIntin classUnsupportedStarStruct
-
setDouble
public void setDouble(java.lang.String fieldName, double data)- Specified by:
setDoublein interface__c__fields- Specified by:
setDoublein interfaceStarStruct- Overrides:
setDoublein classUnsupportedStarStruct
-
-