de.grogra.graph
Interface CharAttributeAccessor

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

public interface CharAttributeAccessor
extends AttributeAccessor


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

Method Detail

getChar

char getChar(java.lang.Object object,
             GraphState gs)

setChar

char setChar(java.lang.Object object,
             char value,
             GraphState gs)