de.grogra.graph
Interface FloatAttributeAccessor

All Superinterfaces:
AttributeAccessor
All Known Implementing Classes:
AccessorBase, GraphFilter.AccessorBridge, Node.AccessorBridge, Node.FieldAttributeAccessor

public interface FloatAttributeAccessor
extends AttributeAccessor


Method Summary
 float getFloat(java.lang.Object object, GraphState gs)
           
 float setFloat(java.lang.Object object, float value, GraphState gs)
           
 
Methods inherited from interface de.grogra.graph.AttributeAccessor
getAttribute, getField, getType, isWritable
 

Method Detail

getFloat

float getFloat(java.lang.Object object,
               GraphState gs)

setFloat

float setFloat(java.lang.Object object,
               float value,
               GraphState gs)