Uses of Interface
org.graffiti.attributes.Attributable
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.gui | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection | |
org | |
org.graffiti.attributes | |
org.graffiti.event |
Contains event classes and listener interfaces that are used to react to
events fired by the graph model.
|
org.graffiti.graph |
Contains graph interfaces and classes.
|
org.graffiti.plugin.inspector | |
org.graffiti.plugins.inspectors.defaults | |
org.graffiti.plugins.ios.importers | |
org.vanted.animation | |
org.vanted.animation.animations | |
org.vanted.plugins.layout.multilevelframework |
A layout algorithm to Vanted that implements the multi-level graph layout framework.
|
-
Uses of Attributable in de.ipk_gatersleben.ag_nw.graffiti
Method parameters in de.ipk_gatersleben.ag_nw.graffiti with type arguments of type Attributable Modifier and Type Method Description static void
GraphHelper. selectElements(Collection<? extends Attributable> elements)
-
Uses of Attributable in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that implement Attributable Modifier and Type Class Description class
NodeHelper
-
Uses of Attributable in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml that return Attributable Modifier and Type Method Description Attributable
Gml2PathwayWarningInformation. getCausingGraphElement()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml that return types with arguments of type Attributable Modifier and Type Method Description Collection<Attributable>
Gml2PathwayErrorInformation. getCausingGraphElements()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with parameters of type Attributable Modifier and Type Method Description static String
KeggGmlHelper. getKeggReactionType(Attributable nodeOrEdge, int index)
static ArrayList<IndexAndString>
KeggGmlHelper. getKeggReactionTypes(Attributable nodeOrEdge)
static void
KeggGmlHelper. setKeggReactionType(Attributable nodeOrEdge, int index, String type)
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with parameters of type Attributable Constructor Description Gml2PathwayErrorInformation(Gml2PathwayError error, Attributable errorSource)
Gml2PathwayWarningInformation(Gml2PathwayWarning warning, Attributable warningSource)
Constructor parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with type arguments of type Attributable Constructor Description Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource)
Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource, String description)
-
Uses of Attributable in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.gui
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.gui with parameters of type Attributable Constructor Description GraphElementSelectionLabel(Attributable causingGraphElement)
Constructor parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.gui with type arguments of type Attributable Constructor Description GraphElementSelectionLabel(Collection<Attributable> causingGraphElements)
-
Uses of Attributable in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type Attributable Modifier and Type Method Description boolean
SearchOption. doesMatch(Attributable attr, Collection<GraphElement> searchScope, int idxOfAttr)
static void
SearchAndSelecAlgorithm. enumerateAttributes(ArrayList<AttributePathNameSearchType> possibleAttributes, Attributable attr, HashSet<SearchType> validSearchTypes)
-
Uses of Attributable in org
Methods in org with parameters of type Attributable Modifier and Type Method Description static void
AttributeHelper. addAttributeFolder(Attributable attributable, String path)
static void
AttributeHelper. addAttributeFolder(Attributable attributable, String path, boolean overwrite)
static void
AttributeHelper. copyReplaceStringAttribute(Attributable a, String path, String name, String copyTo, String searchString, String replaceString)
static boolean
AttributeHelper. deleteAttribute(Attributable attributable, String path, String name)
Removes a single attribute or a number of attributes from the Attributable.static Attribute
AttributeHelper. getAttribute(Attributable attributable, String attributeName)
static Object
AttributeHelper. getAttributeValue(Attributable attributable, String path, String attributeName, Object defaultValue, Object resultType)
static Object
AttributeHelper. getAttributeValue(Attributable attributable, String path, String attributeName, Object defaultValue, Object resultType, boolean setDefaultIfMissing)
Return an Attribute value, if not present, return the defaultValue.static Color
AttributeHelper. getColorFromAttribute(Attributable attr, String path, String name, Color defaultValue)
static Color
AttributeHelper. getFillColor(Attributable attributable)
Returns the fill color of a givenAtttibutable
.static String
AttributeHelper. getLabel(int index, Attributable node, String defaultReturn)
static String
AttributeHelper. getLabel(Attributable node, String defaultReturn)
Gets the Label of a NodeVector2d
AttributeHelper. getLabelOffset(Attributable attributable)
Get the relative offset of label position from center of a node.static String
AttributeHelper. getLabelPosition(Attributable attributable)
static Color
AttributeHelper. getOutlineColor(Attributable attributable)
Returns the outline color of a givenAtttibutable
.static String
AttributeHelper. getPathwayReference(Attributable a)
static ArrayList<String>
AttributeHelper. getPathwayReferences(Attributable a, boolean includeOnlyIndexed)
static String
AttributeHelper. getReferenceURL(Attributable ge)
static String
AttributeHelper. getToolTipText(Attributable atta)
static boolean
AttributeHelper. hasAttribute(Attributable n, String attributeName)
Check the existence of a named Attributestatic boolean
AttributeHelper. hasAttribute(Attributable n, String path, String attributeName)
static void
AttributeHelper. removePathwayReferences(Attributable a, boolean includeNonIndexed)
static void
AttributeHelper. setAttribute(Attributable attributable, String path, String attributeName, Object attributeValue)
SetAttribute, sets or adds a attribute to the givenAttributeable
.static void
AttributeHelper. setAttributeTextField(Attributable attributable, String path, String attributeName, Object attributeValue)
setAttributeTextFieldstatic void
AttributeHelper. setColorFromAttribute(Attributable attr, String path, String name, Color value)
static void
AttributeHelper. setFillColor(Attributable attributable, Color color)
Sets the fill color of a givenAtttibutable
.static void
AttributeHelper. setFillColorHEX(Attributable attr, String hexStr)
static void
AttributeHelper. setLabelOffset(Attributable attributable, double offsetX, double offsetY)
Set the relative offset of label position from center of a node.static void
AttributeHelper. setOutlineColor(Attributable attributable, Color color)
Sets the outline color of a givenAtttibutable
.static void
AttributeHelper. setOutlineColorHEX(Attributable attr, String hexStr)
static void
AttributeHelper. setPathwayReference(Attributable a, int idx, String url)
static void
AttributeHelper. setReferenceURL(Attributable ge, String url)
static void
AttributeHelper. setToolTipText(Attributable atta, String statusText)
Method parameters in org with type arguments of type Attributable Modifier and Type Method Description static Set<Object>
AttributeHelper. getAttributeValueSet(Collection<Attributable> attributables, String path, String attributeName, Object defaultValue, Object resultType, boolean setDefaultIfMissing)
-
Uses of Attributable in org.graffiti.attributes
Classes in org.graffiti.attributes that implement Attributable Modifier and Type Class Description class
AbstractAttributable
Provides common functionality forAttributable
classes.Methods in org.graffiti.attributes that return Attributable Modifier and Type Method Description Attributable
AbstractAttribute. getAttributable()
Returns theAttribute
'sAttributable
.Attributable
AbstractCollectionAttribute. getAttributable()
Returns theAttribute
'sAttributable
.Attributable
Attribute. getAttributable()
Returns the attributable theAttribute
belongs to.Methods in org.graffiti.attributes with parameters of type Attributable Modifier and Type Method Description void
AbstractCollectionAttribute. setAttributable(Attributable att)
Sets theAttribute
'sAttributable
.void
CollectionAttribute. setAttributable(Attributable att)
Sets the attributable theAttribute
belongs to. -
Uses of Attributable in org.graffiti.event
Methods in org.graffiti.event that return Attributable Modifier and Type Method Description Attributable
AttributeEvent. getAttributeable()
Attributable
EdgeEvent. getAttributeable()
Attributable
GraphEvent. getAttributeable()
Attributable
NodeEvent. getAttributeable()
-
Uses of Attributable in org.graffiti.graph
Subinterfaces of Attributable in org.graffiti.graph Modifier and Type Interface Description interface
Edge
Provides an interfaces for aGraph
Edge
.interface
Graph
AGraph
consists of a set of nodes and a set of edges.interface
GraphElement
Interfaces a graph element.interface
Node
Provides an interfaces for a graph node.Classes in org.graffiti.graph that implement Attributable Modifier and Type Class Description class
AbstractEdge
Provides default implementations of methods on edges.class
AbstractGraph
Provides further functionality for graphs.class
AbstractGraphElement
GraphElements are Attributables which know the graph they belong to.class
AbstractNode
Abstract classAbstractNode
common functionality forNode
implementations.class
AdjListEdge
Implementation of theEdge
interface for aGraph
with adjacency list representation.class
AdjListGraph
Implements theGraph
-interface using an adjacency list representation of the graph.class
AdjListNode
Implements a graph node with adjacency list representation.class
OptAdjListGraph
Implements theGraph
-interface using an adjacency list representation of the graph. -
Uses of Attributable in org.graffiti.plugin.inspector
Method parameters in org.graffiti.plugin.inspector with type arguments of type Attributable Modifier and Type Method Description abstract void
EditPanel. buildTable(DefaultMutableTreeNode treeNode, Collection<? extends Attributable> graphElements, String tabName)
Builds the table that is used for editing attributes from scratch. -
Uses of Attributable in org.graffiti.plugins.inspectors.defaults
Method parameters in org.graffiti.plugins.inspectors.defaults with type arguments of type Attributable Modifier and Type Method Description void
DefaultEditPanel. buildTable(DefaultMutableTreeNode treeNode, Collection<? extends Attributable> graphElements, String tabName)
Builds the table that is used for editing attributes from scratch. -
Uses of Attributable in org.graffiti.plugins.ios.importers
Methods in org.graffiti.plugins.ios.importers with parameters of type Attributable Modifier and Type Method Description static void
PortableUrlService. processUrlAttributes(Attributable ge)
-
Uses of Attributable in org.vanted.animation
Constructors in org.vanted.animation with parameters of type Attributable Constructor Description Animation(Attributable attributable, List<T> dataPoints, double loopDuration)
Creates an animation with a StandardLooper, infinite loops and starts immediatelyAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime)
Creates an animation with a StandardLooper that loops foreverAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime, int noLoops)
Creates an animation with a StandardLooperAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
Creates an animationContinuousAnimation(Attributable attributable, List<T> dataPoints, double loopDuration)
Uses a LinearInterpolatorContinuousAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime)
Uses a LinearInterpolatorContinuousAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime, int noLoops)
Uses a LinearInterpolator.ContinuousAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
Uses a LinearInterpolatorContinuousAnimation(Attributable attributable, List<T> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
-
Uses of Attributable in org.vanted.animation.animations
Constructors in org.vanted.animation.animations with parameters of type Attributable Constructor Description ColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration)
Uses RGB interpolationColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime)
Uses RGB interpolationColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
Uses RGB interpolationColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
Uses RGB interpolationColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
Uses RGB interpolationColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator, ColorMode colorMode)
FillColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration)
FillColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime)
FillColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
FillColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
FillColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
FillColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator, ColorMode colorMode)
HideAnimation(Attributable attributable, double startTime, double duration, Interpolator interpolator, List<DoubleTimePoint> dataPoints, int noLoops, Looper looper)
OpacityAnimation(Attributable attributable, double startTime, double duration, Interpolator interpolator, List<DoubleTimePoint> dataPoints, int noLoops, Looper looper)
OutlineColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration)
OutlineColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime)
OutlineColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
OutlineColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
OutlineColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
OutlineColorAnimation(Attributable attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator, ColorMode colorMode)
Position2DAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration)
Position2DAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime)
Position2DAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
Position2DAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
Position2DAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
PositionXAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration)
PositionXAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime)
PositionXAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
PositionXAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
PositionXAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
PositionYAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration)
PositionYAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime)
PositionYAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
PositionYAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
PositionYAnimation(Attributable attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
SizeAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration)
SizeAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime)
SizeAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
SizeAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
SizeAnimation(Attributable attributable, List<Point2DTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
VisibilityAnimation(Attributable attributable, List<BooleanTimePoint> dataPoints, double loopDuration)
VisibilityAnimation(Attributable attributable, List<BooleanTimePoint> dataPoints, double loopDuration, double startTime)
VisibilityAnimation(Attributable attributable, List<BooleanTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
VisibilityAnimation(Attributable attributable, List<BooleanTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
-
Uses of Attributable in org.vanted.plugins.layout.multilevelframework
Subinterfaces of Attributable in org.vanted.plugins.layout.multilevelframework Modifier and Type Interface Description interface
CoarsenedGraph
Adds a method to get theMergedNode
s of a coarsening level to theGraph
interface.Classes in org.vanted.plugins.layout.multilevelframework that implement Attributable Modifier and Type Class Description class
MergedNode
ANode
implementation that represents several nodes in a coarsening level withinMultilevelGraph
.