A B C D E F G H I K L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRenderTarget - Class in org.gephi.preview
- AbstractRenderTarget() - Constructor for class org.gephi.preview.AbstractRenderTarget
- add(float, float) - Method in class org.gephi.preview.api.Vector
- add(Vector) - Method in class org.gephi.preview.api.Vector
- add(Vector, Vector) - Static method in class org.gephi.preview.api.Vector
- addProperty(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
-
Add
property
to the properties. - anyPluginRendererRegistered - Variable in class org.gephi.preview.PreviewControllerImpl
- applyPreset(PreviewPreset) - Method in class org.gephi.preview.api.PreviewProperties
-
Sets all preset's property values to this properties.
- ARROW_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
-
Arrow
Float
property defining the arrow size.
B
- background - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- BACKGROUND_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
General
Color
property of the background color - BasicDependantColorPropertyEditor - Class in org.gephi.preview.types.editors
-
Basic
PropertyEditor
forDependantColor
. - BasicDependantColorPropertyEditor() - Constructor for class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
- BasicDependantOriginalColorPropertyEditor - Class in org.gephi.preview.types.editors
-
Basic
PropertyEditor
forDependantOriginalColor
. - BasicDependantOriginalColorPropertyEditor() - Constructor for class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
- BasicEdgeColorPropertyEditor - Class in org.gephi.preview.types.editors
-
Basic
PropertyEditor
forEdgeColor
. - BasicEdgeColorPropertyEditor() - Constructor for class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
- BlackBackground - Class in org.gephi.preview.presets
- BlackBackground() - Constructor for class org.gephi.preview.presets.BlackBackground
- buildRenderTarget(PreviewModel) - Method in class org.gephi.preview.G2DRenderTargetBuilder
- buildRenderTarget(PreviewModel) - Method in class org.gephi.preview.PDFRenderTargetBuilder
- buildRenderTarget(PreviewModel) - Method in interface org.gephi.preview.spi.RenderTargetBuilder
-
Builds a new render target using the properties and dimensions defined in
previewModel
. - buildRenderTarget(PreviewModel) - Method in class org.gephi.preview.SVGRenderTargetBuilder
- button - Variable in class org.gephi.preview.api.PreviewMouseEvent
- Button() - Constructor for enum org.gephi.preview.api.PreviewMouseEvent.Button
C
- cancel - Variable in class org.gephi.preview.AbstractRenderTarget
- cancel() - Method in class org.gephi.preview.AbstractRenderTarget
- CanvasSize - Class in org.gephi.preview.api
-
A canvas size, with a top left coordinate, a width and an heigth.
- CanvasSize() - Constructor for class org.gephi.preview.api.CanvasSize
-
Constructs the default
CanvasSize
, with both width and height equal to zero. - CanvasSize(float, float, float, float) - Constructor for class org.gephi.preview.api.CanvasSize
-
Constructor.
- category - Variable in class org.gephi.preview.api.PreviewProperty
- CATEGORY_EDGE_ARROWS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge arrow category
- CATEGORY_EDGE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label category
- CATEGORY_EDGES - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge category
- CATEGORY_NODE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label category
- CATEGORY_NODES - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node category
- cb - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- CENTIMETER - org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- clear() - Method in class org.gephi.preview.PreviewModelImpl
- CLICKED - org.gephi.preview.api.PreviewMouseEvent.Type
- compareTo(PreviewPreset) - Method in class org.gephi.preview.api.PreviewPreset
- completeManagedRenderersListIfNecessary() - Method in class org.gephi.preview.PreviewModelImpl
-
Makes sure that managedRenderers contains every renderer existing implementations.
- computeDefaultScaling(CanvasSize) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- consumed - Variable in class org.gephi.preview.api.PreviewMouseEvent
- createElement(String) - Method in interface org.gephi.preview.api.SVGTarget
-
Create a new element
qualifiedName
in the document. - createElement(String) - Method in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- createProperty(Object, String) - Static method in class org.gephi.preview.api.PreviewProperty
-
Create a new preview property.
- createProperty(Object, String, Class) - Static method in class org.gephi.preview.api.PreviewProperty
-
Create a new preview property.
- createProperty(Object, String, Class, String, String, String) - Static method in class org.gephi.preview.api.PreviewProperty
-
Create a new preview property.
- createProperty(Object, String, Class, String, String, String, String...) - Static method in class org.gephi.preview.api.PreviewProperty
-
Create a new preview property.
- createTextNode(String) - Method in interface org.gephi.preview.api.SVGTarget
-
Create a new text node with
data
in it. - createTextNode(String) - Method in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- CUSTOM - org.gephi.preview.types.DependantColor.Mode
- CUSTOM - org.gephi.preview.types.DependantOriginalColor.Mode
- CUSTOM - org.gephi.preview.types.EdgeColor.Mode
- customColor - Variable in class org.gephi.preview.types.DependantColor
- customColor - Variable in class org.gephi.preview.types.DependantOriginalColor
- customColor - Variable in class org.gephi.preview.types.EdgeColor
D
- DefaultCurved - Class in org.gephi.preview.presets
- DefaultCurved() - Constructor for class org.gephi.preview.presets.DefaultCurved
- DefaultPreset - Class in org.gephi.preview.presets
- DefaultPreset() - Constructor for class org.gephi.preview.presets.DefaultPreset
- DefaultStraight - Class in org.gephi.preview.presets
- DefaultStraight() - Constructor for class org.gephi.preview.presets.DefaultStraight
- DependantColor - Class in org.gephi.preview.types
-
A color that can be custom or depend from a parent color.
- DependantColor() - Constructor for class org.gephi.preview.types.DependantColor
- DependantColor(Color) - Constructor for class org.gephi.preview.types.DependantColor
- DependantColor(DependantColor.Mode) - Constructor for class org.gephi.preview.types.DependantColor
- DependantColor.Mode - Enum in org.gephi.preview.types
- DependantOriginalColor - Class in org.gephi.preview.types
-
A color that depends from another object, but can also have it's own color.
- DependantOriginalColor(Color) - Constructor for class org.gephi.preview.types.DependantOriginalColor
- DependantOriginalColor(DependantOriginalColor.Mode) - Constructor for class org.gephi.preview.types.DependantOriginalColor
- DependantOriginalColor.Mode - Enum in org.gephi.preview.types
- dependencies - Variable in class org.gephi.preview.api.PreviewProperty
- description - Variable in class org.gephi.preview.api.PreviewProperty
- DIRECTED - Static variable in class org.gephi.preview.api.PreviewProperty
-
General
Boolean
property which indicates wheter the graph is directed - displayName - Variable in class org.gephi.preview.api.PreviewProperty
- div(float) - Method in class org.gephi.preview.api.Vector
- div(Vector, float) - Static method in class org.gephi.preview.api.Vector
- document - Variable in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- DRAGGED - org.gephi.preview.api.PreviewMouseEvent.Type
- duplicate(Workspace, Workspace) - Method in class org.gephi.preview.PreviewWorkspaceDuplicateProvider
E
- 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_RESCALE_WEIGHT_MAX - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge
float
property defining the minimum weight when edge weight rescaling is enabled. - EDGE_RESCALE_WEIGHT_MIN - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge
float
property defining the minimum weight when edge weight rescaling is enabled. - 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(Color) - Constructor for class org.gephi.preview.types.EdgeColor
- EdgeColor(EdgeColor.Mode) - Constructor for class org.gephi.preview.types.EdgeColor
- EdgeColor.Mode - Enum in org.gephi.preview.types
- 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
F
- fit(CanvasSize) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- fontRegistered - Static variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
G
- g2 - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- G2D_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
- G2DGraphics(int, int) - Constructor for class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- G2DRenderTargetBuilder - Class in org.gephi.preview
- G2DRenderTargetBuilder() - Constructor for class org.gephi.preview.G2DRenderTargetBuilder
- G2DRenderTargetBuilder.G2DGraphics - Class in org.gephi.preview
- G2DRenderTargetBuilder.G2DTargetImpl - Class in org.gephi.preview
- G2DTarget - Interface in org.gephi.preview.api
-
Rendering target to Java2d.
- G2DTargetImpl(PreviewModel, int, int) - Constructor for class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- 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 typetype
. - getItem(String, Object) - Method in class org.gephi.preview.PreviewModelImpl
- getItems(Object) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns all items attached to
source
. - getItems(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(String) - 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 ifmanagedRenderers
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() - Method in class org.gephi.preview.PreviewControllerImpl
- getModel(Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Returns the preview model in
workspace
. - 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() - Method in class org.gephi.preview.PreviewModelImpl
- getProperties() - Method in interface org.gephi.preview.spi.Renderer
-
Returns all associated properties for this renderer.
- getProperties(Object) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties with
source
as source. - getProperties(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties with
category
as category. - 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) - Method in class org.gephi.preview.PreviewControllerImpl
- getRenderTarget(String, PreviewModel) - Method in class org.gephi.preview.PreviewControllerImpl
- 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, Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
- getScaleRatio() - Method in interface org.gephi.preview.api.SVGTarget
-
When
SCALE_STROKES
property istrue
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() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the property value.
- 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. - 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
H
- hashCode() - Method in class org.gephi.preview.api.PreviewPreset
- hashCode() - Method in class org.gephi.preview.api.Vector
- hasProperty(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns
true
if a propertyname
exists. - height - Variable in class org.gephi.preview.api.CanvasSize
- height - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- height - Variable in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
I
- image - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- INCH - org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- initBasicPropertyEditors() - Method in class org.gephi.preview.PreviewModelImpl
-
Makes sure that, at least, basic property editors are available for serializing and deserializing
- inited - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- initManagedRenderers() - Method in class org.gephi.preview.PreviewModelImpl
-
Makes sure that, if more than one plugin extends a default renderer, only the one with the lowest position is enabled initially.
- initProperties() - Method in class org.gephi.preview.PreviewModelImpl
- isAnyPluginRendererRegistered() - Method in interface org.gephi.preview.api.PreviewController
-
Returns true if any renderer plugin is registered.
- isAnyPluginRendererRegistered() - Method in class org.gephi.preview.PreviewControllerImpl
- isCancelled() - Method in class org.gephi.preview.AbstractRenderTarget
- isConsumed() - Method in class org.gephi.preview.api.PreviewMouseEvent
- isEnabled() - Method in class org.gephi.preview.api.ManagedRenderer
- isItemBuilderNeeded(ItemBuilder, PreviewProperties, Renderer[]) - Method in class org.gephi.preview.PreviewControllerImpl
- isLandscape() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns whether the orientation is in landscape or portrait.
- isLandscape() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- isRendererForitem(Item, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
-
Based on
properties
, determine whether this renderer is valid to renderItem
. - Item - Interface in org.gephi.preview.api
-
An item is a visual element built by an
ItemBuilder
and later used by aRenderer
to be displayed. - ItemBuilder - Interface in org.gephi.preview.spi
-
Builds and returns new
Item
instances.
K
- keyEvent - Variable in class org.gephi.preview.api.PreviewMouseEvent
-
Contains the keyboard state for the given mouse event.
L
- landscape - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- LANDSCAPE - Static variable in interface org.gephi.preview.api.PDFTarget
- LEFT - org.gephi.preview.api.PreviewMouseEvent.Button
- lengthUnit - Variable in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
- LengthUnit() - Constructor for enum org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- loadItems(String, Item[]) - Method in class org.gephi.preview.PreviewModelImpl
M
- mag() - Method in class org.gephi.preview.api.Vector
- ManagedRenderer - Class in org.gephi.preview.api
-
Small class that contains a
Renderer
and its enabled state. - ManagedRenderer(Renderer, boolean) - Constructor for class org.gephi.preview.api.ManagedRenderer
- managedRenderers - Variable in class org.gephi.preview.PreviewModelImpl
- MARGIN - Static variable in class org.gephi.preview.api.PreviewProperty
-
General
Float
property in percentage (0-100) describing the margin size. - MARGIN_BOTTOM - Static variable in interface org.gephi.preview.api.PDFTarget
- MARGIN_LEFT - Static variable in interface org.gephi.preview.api.PDFTarget
- MARGIN_RIGHT - Static variable in interface org.gephi.preview.api.PDFTarget
- MARGIN_TOP - Static variable in interface org.gephi.preview.api.PDFTarget
- marginBottom - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- marginLeft - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- marginRight - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- marginTop - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- matchColorMode(String, String) - Method in class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
- matchColorMode(String, String) - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
- matchColorMode(String, String) - Method in class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
- mergeItems(Item, Item) - Method in class org.gephi.preview.PreviewModelImpl
- MIDDLE - org.gephi.preview.api.PreviewMouseEvent.Button
- MILLIMETER - org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- MIXED - org.gephi.preview.types.EdgeColor.Mode
- mode - Variable in class org.gephi.preview.types.DependantColor
- mode - Variable in class org.gephi.preview.types.DependantOriginalColor
- mode - Variable in class org.gephi.preview.types.EdgeColor
- Mode() - Constructor for enum org.gephi.preview.types.DependantColor.Mode
- Mode() - Constructor for enum org.gephi.preview.types.DependantOriginalColor.Mode
- Mode() - Constructor for enum org.gephi.preview.types.EdgeColor.Mode
- model - Variable in class org.gephi.preview.PreviewControllerImpl
- mouseClicked(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
-
A single click event.
- mouseDragged(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
-
If your listener needs to receive drag events, you must mark the previous press event as consumed.
- mousePressed - Variable in class org.gephi.preview.PreviewControllerImpl
- mousePressed(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
-
A mouse press event.
- mouseReleased(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
-
If your listener needs to receive release events, you must mark the previous press event as consumed.
- MouseResponsiveRenderer - Interface in org.gephi.preview.spi
-
Optionally implement this interface in a
Renderer
that needs to be responsive to mouse events. - MOVING - Static variable in class org.gephi.preview.api.PreviewProperty
-
General
Boolean
property set astrue
when the user is panning the canvas. - mult(float) - Method in class org.gephi.preview.api.Vector
- mult(Vector, float) - Static method in class org.gephi.preview.api.Vector
N
- name - Variable in class org.gephi.preview.api.PreviewPreset
- name - Variable in class org.gephi.preview.api.PreviewProperty
- needsItemBuilder(ItemBuilder, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
-
Based on the
itemBuilder
class and theproperties
, determine whether this renderer needs the givenitemBuilder
to be executed before rendering. - needsPreviewMouseListener(PreviewMouseListener) - Method in interface org.gephi.preview.spi.MouseResponsiveRenderer
- NODE - Static variable in interface org.gephi.preview.api.Item
- NODE_BORDER_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node
DependantColor
property which defines the border color. - NODE_BORDER_WIDTH - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node
Float
property defining the node border size. - NODE_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
- NODE_LABEL - Static variable in interface org.gephi.preview.api.Item
- NODE_LABEL_BOX_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
- NODE_LABEL_BOX_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
- NODE_LABEL_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
- NODE_LABEL_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label
DependantOriginalColor
property defining the color label. - NODE_LABEL_FONT - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label
Font
property defining node label's font. - NODE_LABEL_MAX_CHAR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label
Integer
property defining the maximum number of characters. - NODE_LABEL_OUTLINE_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label Outline
DependantColor
property defining the outline color. - NODE_LABEL_OUTLINE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label Outline
Float
property between 0-100 which defines the opacity. - NODE_LABEL_OUTLINE_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label Outline
Float
property defining the outline size. - NODE_LABEL_PROPORTIONAL_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label
Boolean
property defining whether to use node's size in label size calculation. - NODE_LABEL_SHORTEN - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label
Boolean
property defining whether the label is shortened. - NODE_LABEL_SHOW_BOX - Static variable in class org.gephi.preview.api.PreviewProperty
- NODE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node
Float
property between 0-100 which defines the opacity. - NODE_PER_NODE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node
Boolean
property indicating whether or not to use the opacity value defined as part of the Node color. - normalize() - Method in class org.gephi.preview.api.Vector
O
- org.gephi.preview - package org.gephi.preview
- org.gephi.preview.api - package org.gephi.preview.api
- org.gephi.preview.presets - package org.gephi.preview.presets
- org.gephi.preview.spi - package org.gephi.preview.spi
- org.gephi.preview.types - package org.gephi.preview.types
- org.gephi.preview.types.editors - package org.gephi.preview.types.editors
- ORIGINAL - org.gephi.preview.types.DependantOriginalColor.Mode
- ORIGINAL - org.gephi.preview.types.EdgeColor.Mode
P
- pageSize - Variable in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- PAGESIZE - Static variable in interface org.gephi.preview.api.PDFTarget
- PARENT - org.gephi.preview.types.DependantColor.Mode
- PARENT - org.gephi.preview.types.DependantOriginalColor.Mode
- PDF_CONTENT_BYTE - Static variable in interface org.gephi.preview.api.PDFTarget
- PDF_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
- PDFRenderTargetBuilder - Class in org.gephi.preview
-
Default implementation to PDFRenderTargetBuilder.
- PDFRenderTargetBuilder() - Constructor for class org.gephi.preview.PDFRenderTargetBuilder
- PDFRenderTargetBuilder.PDFRenderTargetImpl - Class in org.gephi.preview
- PDFRenderTargetImpl(PdfContentByte, CanvasSize, Rectangle, float, float, float, float, boolean) - Constructor for class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- PDFTarget - Interface in org.gephi.preview.api
-
Rendering target to PDF format.
- PERCENTAGE - org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- PIXELS - org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- postProcess(PreviewModel, RenderTarget, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
-
This method is called after rendering all items to perform post-processing.
- prepareManagedListeners() - Method in class org.gephi.preview.PreviewModelImpl
- preProcess(PreviewModel) - Method in interface org.gephi.preview.spi.Renderer
-
This method is called before rendering for all renderers and initializes items' additional attributes or run complex algorithms.
- PRESSED - org.gephi.preview.api.PreviewMouseEvent.Type
- previewController - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- previewController - Variable in class org.gephi.preview.PreviewModelImpl
- PreviewController - Interface in org.gephi.preview.api
-
Controller that maintain the preview models, one per workspace.
- PreviewControllerImpl - Class in org.gephi.preview
- PreviewControllerImpl() - Constructor for class org.gephi.preview.PreviewControllerImpl
- previewModel - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- PreviewModel - Interface in org.gephi.preview.api
-
The Preview Model contains all items and all preview properties.
- PreviewModelImpl - Class in org.gephi.preview
- PreviewModelImpl(Workspace) - Constructor for class org.gephi.preview.PreviewModelImpl
- PreviewModelImpl(Workspace, PreviewController) - Constructor for class org.gephi.preview.PreviewModelImpl
- PreviewMouseEvent - Class in org.gephi.preview.api
-
Mouse event for preview.
- PreviewMouseEvent(int, int, PreviewMouseEvent.Type, PreviewMouseEvent.Button, KeyEvent) - Constructor for class org.gephi.preview.api.PreviewMouseEvent
- PreviewMouseEvent.Button - Enum in org.gephi.preview.api
- PreviewMouseEvent.Type - Enum in org.gephi.preview.api
- PreviewMouseListener - Interface in org.gephi.preview.spi
-
Listener for mouse events in Preview.
- PreviewPersistenceProvider - Class in org.gephi.preview
- PreviewPersistenceProvider() - Constructor for class org.gephi.preview.PreviewPersistenceProvider
- PreviewPreset - Class in org.gephi.preview.api
-
Read only set of
PreviewProperty
values. - PreviewPreset(String) - Constructor for class org.gephi.preview.api.PreviewPreset
- PreviewPreset(String, Map<String, Object>) - Constructor for class org.gephi.preview.api.PreviewPreset
- PreviewProperties - Class in org.gephi.preview.api
-
Container for
PreviewProperty
attached to aPreviewModel
. - PreviewProperties() - Constructor for class org.gephi.preview.api.PreviewProperties
- PreviewProperty - Class in org.gephi.preview.api
-
Define a (key, value) pair property attached to a
PreviewProperties
instance. - PreviewProperty(Object, String, Class, String, String, String) - Constructor for class org.gephi.preview.api.PreviewProperty
- PreviewProperty(Object, String, Class, String, String, String, String[]) - Constructor for class org.gephi.preview.api.PreviewProperty
- PreviewUI - Interface in org.gephi.preview.spi
-
SPI interface to add UI settings components to the Preview.
- PreviewWorkspaceDuplicateProvider - Class in org.gephi.preview
- PreviewWorkspaceDuplicateProvider() - Constructor for class org.gephi.preview.PreviewWorkspaceDuplicateProvider
- progressTicket - Variable in class org.gephi.preview.AbstractRenderTarget
- properties - Variable in class org.gephi.preview.api.PreviewPreset
- properties - Variable in class org.gephi.preview.api.PreviewProperties
- properties - Variable in class org.gephi.preview.PreviewModelImpl
- putValue(String, Object) - Method in class org.gephi.preview.api.PreviewProperties
-
Puts the property's value.
R
- readValueFromText(String, Class) - Static method in class org.gephi.preview.api.PreviewProperties
-
Deserializes a serialized String of the given class.
- readXML(XMLStreamReader) - Method in class org.gephi.preview.PreviewModelImpl
- readXML(XMLStreamReader, Workspace) - Method in class org.gephi.preview.PreviewPersistenceProvider
- refresh() - Method in interface org.gephi.preview.api.G2DTarget
-
Redraw the Processing canvas
- refresh() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- refresh(PreviewModel, RenderTarget) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- refreshPreview() - Method in interface org.gephi.preview.api.PreviewController
-
Refreshes the current preview model.
- refreshPreview() - Method in class org.gephi.preview.PreviewControllerImpl
- refreshPreview(Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Refreshes the preview model in
workspace
. - refreshPreview(Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
- registeredRenderers - Variable in class org.gephi.preview.PreviewControllerImpl
- registerFonts() - Method in class org.gephi.preview.PDFRenderTargetBuilder.PDFRenderTargetImpl
- RELEASED - org.gephi.preview.api.PreviewMouseEvent.Type
- reloadProperties() - Method in class org.gephi.preview.PreviewModelImpl
-
Removes unnecessary properties from not enabled renderers
- removeProperty(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
- removeSimpleValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Removes a simple value if existing
- render(Item, RenderTarget, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
-
Render
item
totarget
using the global properties and item data. - render(RenderTarget) - Method in interface org.gephi.preview.api.PreviewController
-
Renders the current preview model to
target
. - render(RenderTarget) - Method in class org.gephi.preview.PreviewControllerImpl
- render(RenderTarget, Renderer[]) - Method in interface org.gephi.preview.api.PreviewController
-
Renders the current preview model to
target
. - render(RenderTarget, Renderer[]) - Method in class org.gephi.preview.PreviewControllerImpl
- render(RenderTarget, Renderer[], PreviewModelImpl) - Method in class org.gephi.preview.PreviewControllerImpl
- render(RenderTarget, Renderer[], Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Renders the preview model in
workspace
totarget
. - render(RenderTarget, Renderer[], Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
- render(RenderTarget, Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Renders the preview model in
workspace
totarget
. - render(RenderTarget, Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
- renderer - Variable in class org.gephi.preview.api.ManagedRenderer
- Renderer - Interface in org.gephi.preview.spi
-
Renderer describes how a particular
Item
object is rendered on a particularRenderTarget
instance. - RenderTarget - Interface in org.gephi.preview.api
-
RenderTarget is the graphic container the renderers draw into.
- RenderTargetBuilder - Interface in org.gephi.preview.spi
-
Builds and returns new
RenderTarget
instances. - reset() - Method in interface org.gephi.preview.api.G2DTarget
- reset() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- reset() - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- resize(int, int) - Method in interface org.gephi.preview.api.G2DTarget
- resize(int, int) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- RIGHT - org.gephi.preview.api.PreviewMouseEvent.Button
S
- SCALE_STROKES - Static variable in interface org.gephi.preview.api.SVGTarget
-
SVG
Boolean
property whether to rescale stroke's width/thickness. - scaleRatio - Variable in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- scaling - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- sendMouseEvent(PreviewMouseEvent) - Method in interface org.gephi.preview.api.PreviewController
-
Sends a
PreviewMouseEvent
to the current workspace, if any. - sendMouseEvent(PreviewMouseEvent) - Method in class org.gephi.preview.PreviewControllerImpl
- sendMouseEvent(PreviewMouseEvent, Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Sends a
PreviewMouseEvent
to the given workspace. - sendMouseEvent(PreviewMouseEvent, Workspace) - Method in class org.gephi.preview.PreviewControllerImpl
- set(float, float) - Method in class org.gephi.preview.api.Vector
- set(Vector) - Method in class org.gephi.preview.api.Vector
- setAsText(String) - Method in class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
- setAsText(String) - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
- setAsText(String) - Method in class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
- setConsumed(boolean) - Method in class org.gephi.preview.api.PreviewMouseEvent
- setData(String, Object) - Method in interface org.gephi.preview.api.Item
-
Sets data to this item.
- setEnabled(boolean) - Method in class org.gephi.preview.api.ManagedRenderer
- setManagedRenderers(ManagedRenderer[]) - Method in interface org.gephi.preview.api.PreviewModel
-
Sets an user-defined array of managed renderers to use when rendering.
- setManagedRenderers(ManagedRenderer[]) - Method in class org.gephi.preview.PreviewModelImpl
- setMoving(boolean) - Method in interface org.gephi.preview.api.G2DTarget
- setMoving(boolean) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- setProgressTicket(ProgressTicket) - Method in class org.gephi.preview.AbstractRenderTarget
- setRenderer(Renderer) - Method in class org.gephi.preview.api.ManagedRenderer
- setScaling(float) - Method in interface org.gephi.preview.api.G2DTarget
- setScaling(float) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- setScaling(float) - Method in class org.gephi.preview.G2DRenderTargetBuilder.G2DTargetImpl
- setup(PreviewModel) - Method in interface org.gephi.preview.spi.PreviewUI
-
Initialization method called when a workspace is selected and a panel is about to be requested.
- setValue(Object) - Method in class org.gephi.preview.api.PreviewProperty
-
Sets this property value and return it.
- SHOW_EDGE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label
Boolean
property defining whether to show edge labels. - SHOW_EDGES - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge
Boolean
property defining whether to show edges. - SHOW_NODE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label
Boolean
property defining whether to show node labels. - simpleValues - Variable in class org.gephi.preview.api.PreviewProperties
- source - Variable in class org.gephi.preview.api.PreviewProperty
- SOURCE - org.gephi.preview.types.EdgeColor.Mode
- sourceMap - Variable in class org.gephi.preview.PreviewModelImpl
- sub(float, float) - Method in class org.gephi.preview.api.Vector
- sub(Vector) - Method in class org.gephi.preview.api.Vector
- sub(Vector, Vector) - Static method in class org.gephi.preview.api.Vector
- supportsCustomEditor() - Method in class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
- supportsCustomEditor() - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
- supportsCustomEditor() - Method in class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
- SupportSize(float, float, SVGRenderTargetBuilder.LengthUnit) - Constructor for class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
-
Constructor.
- SVG_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
- SVGRenderTargetBuilder - Class in org.gephi.preview
- SVGRenderTargetBuilder() - Constructor for class org.gephi.preview.SVGRenderTargetBuilder
- SVGRenderTargetBuilder.LengthUnit - Enum in org.gephi.preview
-
Enum representing a set of lenght units.
- SVGRenderTargetBuilder.SupportSize - Class in org.gephi.preview
-
Implementation of the size of an export support.
- SVGRenderTargetBuilder.SVGRenderTargetImpl - Class in org.gephi.preview
- SVGRenderTargetImpl(CanvasSize, boolean) - Constructor for class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- SVGTarget - Interface in org.gephi.preview.api
-
Rendering target to SVG format.
T
- TagCloud - Class in org.gephi.preview.presets
- TagCloud() - Constructor for class org.gephi.preview.presets.TagCloud
- TARGET - org.gephi.preview.types.EdgeColor.Mode
- TextOutline - Class in org.gephi.preview.presets
- TextOutline() - Constructor for class org.gephi.preview.presets.TextOutline
- toHexString(Color) - Method in interface org.gephi.preview.api.SVGTarget
-
Returns
color
in the hex format (e.g. - toHexString(Color) - Method in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- TOP_ARROWS - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for arrows
- TOP_EDGE_LABELS - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for edge labels
- TOP_EDGE_LABELS_OUTLINE - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for edge labels outline
- TOP_EDGES - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for edges
- TOP_NODE_LABELS - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for node labels
- TOP_NODE_LABELS_OUTLINE - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for node labels outline
- TOP_NODES - Static variable in interface org.gephi.preview.api.SVGTarget
-
Default top element name for nodes
- topElements - Variable in class org.gephi.preview.SVGRenderTargetBuilder.SVGRenderTargetImpl
- toString() - Method in class org.gephi.preview.api.PreviewPreset
- toString() - Method in class org.gephi.preview.api.Vector
- toString() - Method in enum org.gephi.preview.SVGRenderTargetBuilder.LengthUnit
- trans - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- type - Variable in class org.gephi.preview.api.PreviewMouseEvent
- type - Variable in class org.gephi.preview.api.PreviewProperty
- Type() - Constructor for enum org.gephi.preview.api.PreviewMouseEvent.Type
- typeMap - Variable in class org.gephi.preview.PreviewModelImpl
U
- unsetup() - Method in interface org.gephi.preview.spi.PreviewUI
-
Method called when the UI is unloaded and the panel to be destroyed.
V
- 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.
W
- width - Variable in class org.gephi.preview.api.CanvasSize
- width - Variable in class org.gephi.preview.G2DRenderTargetBuilder.G2DGraphics
- width - Variable in class org.gephi.preview.SVGRenderTargetBuilder.SupportSize
- workspace - Variable in class org.gephi.preview.PreviewModelImpl
- writeXML(XMLStreamWriter) - Method in class org.gephi.preview.PreviewModelImpl
- writeXML(XMLStreamWriter, Workspace) - Method in class org.gephi.preview.PreviewPersistenceProvider
X
- x - Variable in class org.gephi.preview.api.CanvasSize
- x - Variable in class org.gephi.preview.api.PreviewMouseEvent
- x - Variable in class org.gephi.preview.api.Vector
Y
- y - Variable in class org.gephi.preview.api.CanvasSize
- y - Variable in class org.gephi.preview.api.PreviewMouseEvent
- y - Variable in class org.gephi.preview.api.Vector
All Classes All Packages