- EDGE - Static variable in interface org.gephi.preview.api.Item
-
- EDGE_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
-
- EDGE_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge EdgeColor property defining the edge color.
- EDGE_CURVED - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Boolean property whether to draw curved edges.
- EDGE_LABEL - Static variable in interface org.gephi.preview.api.Item
-
- EDGE_LABEL_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
-
- EDGE_LABEL_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label DependantOriginalColor property defining the color label.
- EDGE_LABEL_FONT - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Font property defining edge label's font.
- EDGE_LABEL_MAX_CHAR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Integer property defining the maximum number of
characters.
- EDGE_LABEL_OUTLINE_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Outline DependantColor property defining the outline color.
- EDGE_LABEL_OUTLINE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Outline Float property between 0-100 which defines the opacity.
- EDGE_LABEL_OUTLINE_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Outline Float property defining the outline size.
- EDGE_LABEL_SHORTEN - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Boolean property defining whether the label is shortened.
- EDGE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Float property between 0-100 which defines the opacity.
- EDGE_RADIUS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Float property defining an extra distance between the node
and the edge.
- EDGE_RESCALE_WEIGHT - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Boolean property defining whether edge's weight should be
rescaled between fixed bounds.
- EDGE_THICKNESS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Float property for the edge's thickness
- EdgeColor - Class in org.gephi.preview.types
-
An edge color type.
- EdgeColor(EdgeColor.Mode) - Constructor for class org.gephi.preview.types.EdgeColor
-
- EdgeColor(Color) - Constructor for class org.gephi.preview.types.EdgeColor
-
- EdgeColor.Mode - Enum in org.gephi.preview.types
-
- EdgeColor.Mode() - Constructor for enum org.gephi.preview.types.EdgeColor.Mode
-
- EdgesCustomColor - Class in org.gephi.preview.presets
-
- EdgesCustomColor() - Constructor for class org.gephi.preview.presets.EdgesCustomColor
-
- enabled - Variable in class org.gephi.preview.api.ManagedRenderer
-
- enabledMouseListeners - Variable in class org.gephi.preview.PreviewModelImpl
-
- equals(Object) - Method in class org.gephi.preview.api.PreviewPreset
-
- equals(Object) - Method in class org.gephi.preview.api.Vector
-
- g2 - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- G2D_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
-
- G2DRenderTargetBuilder - Class in org.gephi.preview
-
- G2DRenderTargetBuilder() - Constructor for class org.gephi.preview.G2DRenderTargetBuilder
-
- G2DRenderTargetBuilder.G2DGraphics - Class in org.gephi.preview
-
- G2DRenderTargetBuilder.G2DGraphics(int, int) - Constructor for class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- G2DRenderTargetBuilder.G2DTargetImpl - Class in org.gephi.preview
-
- G2DRenderTargetBuilder.G2DTargetImpl(PreviewModel, int, int) - Constructor for class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- G2DTarget - Interface in org.gephi.preview.api
-
Rendering target to Java2d.
- getAsText() - Method in class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
-
- getAsText() - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
-
- getAsText() - Method in class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
-
- getBaseFont(Font) - Method in interface org.gephi.preview.api.PDFTarget
-
Get a the equivalent in iText of the Java font.
- getBaseFont(Font) - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getBooleanValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a boolean.
- getCanvasSize(Item, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
-
Compute the canvas size of the item to render.
- getCategory() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the category of this property or null if not set.
- getChildProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties which defined property as a dependency.
- getColor(Color) - Method in class org.gephi.preview.types.DependantColor
-
- getColor(Color, Color) - Method in class org.gephi.preview.types.DependantOriginalColor
-
- getColor(Color, Color, Color) - Method in class org.gephi.preview.types.EdgeColor
-
- getColorValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns an the property value as a Color.
- getContentByte() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the PDFContentBype instance of the PDFTarget.
- getContentByte() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getCustomColor() - Method in class org.gephi.preview.types.DependantColor
-
- getCustomColor() - Method in class org.gephi.preview.types.DependantOriginalColor
-
- getCustomColor() - Method in class org.gephi.preview.types.EdgeColor
-
- getData(String) - Method in interface org.gephi.preview.api.Item
-
Returns data associated to this item.
- getDescription() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the description of this property or null if not set.
- getDisplayName() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the display name of this property or null if not set.
- getDisplayName() - Method in interface org.gephi.preview.spi.Renderer
-
Provides an user friendly name for the renderer.
- getDocument() - Method in interface org.gephi.preview.api.SVGTarget
-
Returns the SVG document
- getDocument() - Method in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
-
- getDoubleValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a double.
- getEnabledMouseListeners() - Method in interface org.gephi.preview.api.PreviewModel
-
- getEnabledMouseListeners() - Method in class org.gephi.preview.PreviewModelImpl
-
- getFloatValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a float.
- getFontValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns an the property value as a Font.
- getGraphics() - Method in interface org.gephi.preview.api.G2DTarget
-
Returns the current graphics object.
- getGraphics() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getGraphics() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- getGraphicsCanvasSize() - Method in interface org.gephi.preview.api.PreviewModel
-
Computes the graphics canvas size.
- getGraphicsCanvasSize() - Method in class org.gephi.preview.PreviewModelImpl
-
- getHeight() - Method in class org.gephi.preview.api.CanvasSize
-
Returns the canvas height.
- getHeight() - Method in interface org.gephi.preview.api.G2DTarget
-
- getHeight() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getHeight() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- getHeight() - Method in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
-
Returns the support's height.
- getHeightFloat() - Method in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
-
- getIcon() - Method in interface org.gephi.preview.spi.PreviewUI
-
Returns the icon of the tab or null if none
- getIdentifier() - Method in class org.gephi.preview.PreviewPersistenceProvider
-
- getImage() - Method in interface org.gephi.preview.api.G2DTarget
-
- getImage() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getImage() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- getIntValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as an int.
- getItem(String, Object) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns the item attached to
source and with the type
type.
- getItem(String, Object) - Method in class org.gephi.preview.PreviewModelImpl
-
- getItems(String) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns all items with
type as type.
- getItems(Object) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns all items attached to
source.
- getItems(String) - Method in class org.gephi.preview.PreviewModelImpl
-
- getItems(Object) - Method in class org.gephi.preview.PreviewModelImpl
-
- getItems(Graph) - Method in interface org.gephi.preview.spi.ItemBuilder
-
Build items from the
graph.
- getItemTypes() - Method in class org.gephi.preview.PreviewModelImpl
-
- getKeys() - Method in interface org.gephi.preview.api.Item
-
Returns all the keys.
- getManagedEnabledRenderers() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns
managedRenderers Renderers that are enabled, or null if
managedRenderers is null.
- getManagedEnabledRenderers() - Method in class org.gephi.preview.PreviewModelImpl
-
- getManagedRenderers() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns currently managed renderers, or null.
- getManagedRenderers() - Method in class org.gephi.preview.PreviewModelImpl
-
- getMarginBottom() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the bottom of the page.
- getMarginBottom() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getMarginLeft() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the left of the page.
- getMarginLeft() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getMarginRight() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the right of the page.
- getMarginRight() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getMarginTop() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the top of the page.
- getMarginTop() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getMaxX() - Method in class org.gephi.preview.api.CanvasSize
-
Returns the x coordinate of the bottom right position.
- getMaxY() - Method in class org.gephi.preview.api.CanvasSize
-
Returns the y coordinate of the bottom right position.
- getMode() - Method in class org.gephi.preview.types.DependantColor
-
- getMode() - Method in class org.gephi.preview.types.DependantOriginalColor
-
- getMode() - Method in class org.gephi.preview.types.EdgeColor
-
- getModel() - Method in interface org.gephi.preview.api.PreviewController
-
Returns the current preview model in the current workspace.
- getModel(Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Returns the preview model in workspace.
- getModel() - Method in class org.gephi.preview.PreviewControllerImpl
-
- getModel(Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
-
- getName() - Method in class org.gephi.preview.api.PreviewPreset
-
- getName() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the (unique) name of this property.
- getName() - Method in class org.gephi.preview.G2DRenderTargetBuilder
-
- getName() - Method in class org.gephi.preview.PDFRenderTargetBuilder
-
- getName() - Method in interface org.gephi.preview.spi.RenderTargetBuilder
-
Returns the name of the target builder.
- getName() - Method in class org.gephi.preview.SVGRenderTargetBuilder
-
- getNumberValue(String, Number) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a Number.
- getPageSize() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the page's size.
- getPageSize() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
-
- getPanel() - Method in interface org.gephi.preview.spi.PreviewUI
-
Returns the JPanel component to be displayed.
- getPanelTitle() - Method in interface org.gephi.preview.spi.PreviewUI
-
Returns the title of the tab
- getParentProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties property defined as dependencies.
- getProgressTicket() - Method in class org.gephi.preview.AbstractRenderTarget
-
- getProperties() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns the preview properties attached to this model.
- getProperties() - Method in class org.gephi.preview.api.PreviewPreset
-
Returns a read-only map of all properties
- getProperties() - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties.
- getProperties(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties with category as category.
- getProperties(Object) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties with source as source.
- getProperties() - Method in class org.gephi.preview.PreviewModelImpl
-
- getProperties() - Method in interface org.gephi.preview.spi.Renderer
-
Returns all associated properties for this renderer.
- getProperty(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property defined as name.
- getRegisteredRenderers() - Method in interface org.gephi.preview.api.PreviewController
-
Uses Lookup to retrieve registered renderer providers but replaces default renderers with plugins that extend them.
- getRegisteredRenderers() - Method in class org.gephi.preview.PreviewControllerImpl
-
- getRenderer() - Method in class org.gephi.preview.api.ManagedRenderer
-
- getRenderTarget(String) - Method in interface org.gephi.preview.api.PreviewController
-
Creates a new render target of the given type.
- getRenderTarget(String, Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Creates a new render target of the given type in the preview model
contained by workspace.
- getRenderTarget(String) - Method in class org.gephi.preview.PreviewControllerImpl
-
- getRenderTarget(String, Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
-
- getRenderTarget(String, PreviewModel) - Method in class org.gephi.preview.PreviewControllerImpl
-
- getScaleRatio() - Method in interface org.gephi.preview.api.SVGTarget
-
When SCALE_STROKES property is true returns
the scale ratio to scale strokes with.
- getScaleRatio() - Method in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
-
- getScaling() - Method in interface org.gephi.preview.api.G2DTarget
-
- getScaling() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getScaling() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- getSheetCanvasSize(PreviewModel) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getSimpleValues() - Method in class org.gephi.preview.api.PreviewProperties
-
Return all simple values.
- getSource() - Method in interface org.gephi.preview.api.Item
-
Returns the source of the item.
- getSource() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the source object of this property.
- getStringValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as an string.
- getTopElement(String) - Method in interface org.gephi.preview.api.SVGTarget
-
Returns the top element name in the document.
- getTopElement(String) - Method in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
-
- getTranslate() - Method in interface org.gephi.preview.api.G2DTarget
-
- getTranslate() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getTranslate() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- getType() - Method in interface org.gephi.preview.api.Item
-
Returns the type of the item.
- getType() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the type of this property.
- getType() - Method in interface org.gephi.preview.spi.ItemBuilder
-
Returns the type of this builder.
- getValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value and cast it to the T type.
- getValue(String, T) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value and cast it to the T type.
- getValue() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the property value.
- getValueAsText(Object) - Static method in class org.gephi.preview.api.PreviewProperties
-
Converts any value to a serialized String.
- getWidth() - Method in class org.gephi.preview.api.CanvasSize
-
Returns the canvas width.
- getWidth() - Method in interface org.gephi.preview.api.G2DTarget
-
- getWidth() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
-
- getWidth() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- getWidth() - Method in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
-
Returns the support's width.
- getWidthFloat() - Method in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
-
- getWorkspace() - Method in class org.gephi.preview.PreviewModelImpl
-
- getX() - Method in class org.gephi.preview.api.CanvasSize
-
Returns the x coordinate of the top left position.
- getX() - Method in class org.gephi.preview.api.Vector
-
- getY() - Method in class org.gephi.preview.api.CanvasSize
-
Returns the y coordinate of the top left position.
- getY() - Method in class org.gephi.preview.api.Vector
-
- graphController - Variable in class org.gephi.preview.PreviewControllerImpl
-
- graphics - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
-
- value - Variable in class org.gephi.preview.api.PreviewProperty
-
- valueOf(String) - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Button
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gephi.preview.types.DependantColor.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gephi.preview.types.DependantOriginalColor.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gephi.preview.types.EdgeColor.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Button
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gephi.preview.types.DependantColor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gephi.preview.types.DependantOriginalColor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gephi.preview.types.EdgeColor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector - Class in org.gephi.preview.api
-
- Vector() - Constructor for class org.gephi.preview.api.Vector
-
- Vector(float, float) - Constructor for class org.gephi.preview.api.Vector
-
- VISIBILITY_RATIO - Static variable in class org.gephi.preview.api.PreviewProperty
-
General Float property which indicates the ratio of the visible graph
used in preview.