- i - Variable in class org.graphstream.ui.android.renderer.Skeleton.Triplet
-
- IconAndText - Class in org.graphstream.ui.android.renderer.shape.android
-
- IconAndText(TextBox, double, double, double, double) - Constructor for class org.graphstream.ui.android.renderer.shape.android.IconAndText
-
- iconAndText(Style, DefaultCamera2D, GraphicElement) - Method in class org.graphstream.ui.android.renderer.shape.android.ShapeDecor
-
Generate a new icon and text specific to the given `element`, according to the given
`style` and `camera`.
- iconAndText - Variable in class org.graphstream.ui.android.renderer.Skeleton
-
- ImageCache - Class in org.graphstream.ui.android.util
-
- ImageCache() - Constructor for class org.graphstream.ui.android.util.ImageCache
-
- imageCache - Static variable in class org.graphstream.ui.android.util.ImageCache
-
- ImageOnEdge - Class in org.graphstream.ui.android.renderer.shape.android.arrowShapes
-
- ImageOnEdge() - Constructor for class org.graphstream.ui.android.renderer.shape.android.arrowShapes.ImageOnEdge
-
- init(Context) - Static method in class org.graphstream.ui.android.util.ImageCache
-
- init(GraphicGraph, ProxyPipe, Source) - Method in class org.graphstream.ui.android_viewer.AndroidViewer
-
Initialise the viewer.
- init(Graph, boolean) - Method in class org.graphstream.ui.android_viewer.util.DefaultFragment
-
- init(GraphicGraph, View) - Method in class org.graphstream.ui.android_viewer.util.DefaultMouseManager
-
- initContext(Context) - Method in class org.graphstream.ui.android_viewer.util.DefaultMouseManager
-
- interpolateColor(Colors, double) - Static method in interface org.graphstream.ui.android.renderer.shape.android.ShapePaint
-
- interpolateColor(int[], double) - Method in interface org.graphstream.ui.android.renderer.shape.android.ShapePaint
-
- inverseTransform(double, double, double) - Method in class org.graphstream.ui.android.BackendJ2D
-
- inverseTransform(Point3) - Method in class org.graphstream.ui.android.BackendJ2D
-
- isActive() - Method in class org.graphstream.ui.android.util.Selection
-
- isCurve() - Method in class org.graphstream.ui.android.renderer.ConnectorSkeleton
-
If true the edge shape is a loop defined by four points.
- isDirected - Variable in class org.graphstream.ui.android.renderer.shape.Connector
-
Is the connector directed ?
- isImage() - Method in class org.graphstream.ui.android.util.Background
-
- isLoop() - Method in class org.graphstream.ui.android.renderer.ConnectorSkeleton
-
This is only set when the edge is a curve, if true the starting and
ending nodes of the edge are the same node.
- isMulti() - Method in class org.graphstream.ui.android.renderer.ConnectorSkeleton
-
- isPointIn(GraphicElement, Point3, double, double) - Static method in class org.graphstream.ui.android.util.ShapeUtil
-
Compute if point `p` is inside of the shape of `elt` whose overall size is `w` x `h`.
- isPointIn2DBox(Point3, double, double, double, double) - Static method in class org.graphstream.ui.android.util.ShapeUtil
-
Compute if point `p` is inside of a rectangular shape of overall size `w` x `h`.
- isPointIn2DEllipse(Point3, double, double, double, double) - Static method in class org.graphstream.ui.android.util.ShapeUtil
-
Compute if point `p` is inside of a ellipsoid shape of overall size `w` x `h`.
- isPoly() - Method in class org.graphstream.ui.android.renderer.ConnectorSkeleton
-
If true the edge shape is a polyline made of size points.