Package ch.bailu.gtk.pango
Class AttrFloat
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.AttrFloat
- All Implemented Interfaces:
PointerInterface
The `PangoAttrFloat` structure is used to represent attributes with
a float or double value.
a float or double value.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
double
the value of the attributevoid
setFieldValue
(double value) the value of the attributeMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
ATTR
the common portion of the attribute
Private field: direct-type- See Also:
-
VALUE
the value of the attribute- See Also:
-
-
Constructor Details
-
AttrFloat
-
AttrFloat
public AttrFloat()
-
-
Method Details
-
getClassHandler
-
setFieldValue
public void setFieldValue(double value) the value of the attribute -
getFieldValue
public double getFieldValue()the value of the attribute
-