| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| org.gephi.graph.api.types |
Custom types the API supports, in addition of primitive and arrays.
|
| Modifier and Type | Method and Description |
|---|---|
TimeFormat |
GraphModel.getTimeFormat()
Returns the time format used to display time.
|
static TimeFormat |
TimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeFormat[] |
TimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AttributeUtils.printTimestampInFormat(double timestamp,
TimeFormat timeFormat)
Returns the string representation of the given timestamp in the given format.
|
static String |
AttributeUtils.printTimestampInFormat(double timestamp,
TimeFormat timeFormat,
DateTimeZone timeZone)
Returns the string representation of the given timestamp in the given format.
|
void |
GraphModel.setTimeFormat(TimeFormat timeFormat)
Sets the time format used to display time.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TimestampSet.toString(TimeFormat timeFormat) |
String |
TimestampMap.toString(TimeFormat timeFormat) |
String |
IntervalSet.toString(TimeFormat timeFormat) |
String |
IntervalMap.toString(TimeFormat timeFormat) |
String |
TimestampSet.toString(TimeFormat timeFormat,
DateTimeZone timeZone) |
String |
TimestampMap.toString(TimeFormat timeFormat,
DateTimeZone timeZone) |
String |
IntervalSet.toString(TimeFormat timeFormat,
DateTimeZone timeZone) |
String |
IntervalMap.toString(TimeFormat timeFormat,
DateTimeZone timeZone) |
Copyright © 2013–2015. All rights reserved.