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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerdoublethe value of the attributevoidsetFieldValue(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, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-