Uses of Class
org.gephi.graph.api.types.IntervalMap
-
Packages that use IntervalMap 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 IntervalMap in org.gephi.graph.api
Methods in org.gephi.graph.api that return types with arguments of type IntervalMap Modifier and Type Method Description static Class<? extends IntervalMap>AttributeUtils. getIntervalMapType(Class type)Returns the dynamic timestamp map value type for the given type. -
Uses of IntervalMap in org.gephi.graph.api.types
Subclasses of IntervalMap in org.gephi.graph.api.types Modifier and Type Class Description classIntervalBooleanMapSorted map where keys are intervals and values boolean values.classIntervalByteMapSorted map where keys are intervals and values byte values.classIntervalCharMapSorted map where keys are intervals and values char values.classIntervalDoubleMapSorted map where keys are intervals and values double values.classIntervalFloatMapSorted map where keys are intervals and values float values.classIntervalIntegerMapSorted map where keys are intervals and values int values.classIntervalLongMapSorted map where keys are intervals and values long values.classIntervalShortMapSorted map where keys are intervals and values short values.classIntervalStringMapSorted map where keys are intervals and values string values.
-