public class FTBBox
extends de.intarsys.nativec.type.NativeStaticStruct
typedef struct FT_BBox_
{
FT_Pos xMin, yMin;
FT_Pos xMax, yMax;
} FT_BBox
| Modifier and Type | Class and Description |
|---|---|
static class |
FTBBox.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static FTBBox.MetaClass |
META
The meta class instance
|
| Modifier | Constructor and Description |
|---|---|
|
FTBBox() |
protected |
FTBBox(de.intarsys.nativec.api.INativeHandle handle) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxX() |
long |
getMaxY() |
long |
getMinX() |
long |
getMinY() |
de.intarsys.nativec.type.INativeType |
getNativeType() |
getByteCount, getNativeObject, getStructField, getStructType, getValue, setValue, toNestedString, toStringallocate, cast, createReference, getByte, getByteArray, getBytes, getCLong, getInt, getNativeHandle, getNativeHandle, getShort, getString, getWideString, isNull, setByte, setByteArray, setCLong, setInt, setNativeHandle, setShort, setString, setWideStringpublic static final FTBBox.MetaClass META
public FTBBox()
protected FTBBox(de.intarsys.nativec.api.INativeHandle handle)
public long getMaxX()
public long getMaxY()
public long getMinX()
public long getMinY()
public de.intarsys.nativec.type.INativeType getNativeType()
getNativeType in interface de.intarsys.nativec.type.INativeObjectgetNativeType in class de.intarsys.nativec.type.NativeObject