Uses of Class
org.gephi.graph.api.types.TimestampMap
-
Packages that use TimestampMap Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point.org.gephi.graph.api.types Custom types the API supports, in addition of primitive and arrays. -
-
Uses of TimestampMap in org.gephi.graph.api
Methods in org.gephi.graph.api that return types with arguments of type TimestampMap Modifier and Type Method Description static Class<? extends TimestampMap>AttributeUtils. getTimestampMapType(Class type)Returns the dynamic timestamp map value type for the given type. -
Uses of TimestampMap in org.gephi.graph.api.types
Subclasses of TimestampMap in org.gephi.graph.api.types Modifier and Type Class Description classTimestampBooleanMapSorted map where keys are timestamp indices and values boolean values.classTimestampByteMapSorted map where keys are timestamp and values byte values.classTimestampCharMapSorted map where keys are timestamp and values character values.classTimestampDoubleMapSorted map where keys are timestamp and values double values.classTimestampFloatMapSorted map where keys are timestamp and values float values.classTimestampIntegerMapSorted map where keys are timestamp and values integer values.classTimestampLongMapSorted map where keys are timestamp and values long values.classTimestampShortMapSorted map where keys are timestamp and values short values.classTimestampStringMapSorted map where keys are timestamp and values string values.
-