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 voidGraphHelper. 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 classNodeHelper -
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 AttributableGml2PathwayWarningInformation. 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 StringKeggGmlHelper. getKeggReactionType(Attributable nodeOrEdge, int index)static ArrayList<IndexAndString>KeggGmlHelper. getKeggReactionTypes(Attributable nodeOrEdge)static voidKeggGmlHelper. 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 booleanSearchOption. doesMatch(Attributable attr, Collection<GraphElement> searchScope, int idxOfAttr)static voidSearchAndSelecAlgorithm. 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 voidAttributeHelper. addAttributeFolder(Attributable attributable, String path)static voidAttributeHelper. addAttributeFolder(Attributable attributable, String path, boolean overwrite)static voidAttributeHelper. copyReplaceStringAttribute(Attributable a, String path, String name, String copyTo, String searchString, String replaceString)static booleanAttributeHelper. deleteAttribute(Attributable attributable, String path, String name)Removes a single attribute or a number of attributes from the Attributable.static AttributeAttributeHelper. getAttribute(Attributable attributable, String attributeName)static ObjectAttributeHelper. getAttributeValue(Attributable attributable, String path, String attributeName, Object defaultValue, Object resultType)static ObjectAttributeHelper. getAttributeValue(Attributable attributable, String path, String attributeName, Object defaultValue, Object resultType, boolean setDefaultIfMissing)Return an Attribute value, if not present, return the defaultValue.static ColorAttributeHelper. getColorFromAttribute(Attributable attr, String path, String name, Color defaultValue)static ColorAttributeHelper. getFillColor(Attributable attributable)Returns the fill color of a givenAtttibutable.static StringAttributeHelper. getLabel(int index, Attributable node, String defaultReturn)static StringAttributeHelper. getLabel(Attributable node, String defaultReturn)Gets the Label of a NodeVector2dAttributeHelper. getLabelOffset(Attributable attributable)Get the relative offset of label position from center of a node.static StringAttributeHelper. getLabelPosition(Attributable attributable)static ColorAttributeHelper. getOutlineColor(Attributable attributable)Returns the outline color of a givenAtttibutable.static StringAttributeHelper. getPathwayReference(Attributable a)static ArrayList<String>AttributeHelper. getPathwayReferences(Attributable a, boolean includeOnlyIndexed)static StringAttributeHelper. getReferenceURL(Attributable ge)static StringAttributeHelper. getToolTipText(Attributable atta)static booleanAttributeHelper. hasAttribute(Attributable n, String attributeName)Check the existence of a named Attributestatic booleanAttributeHelper. hasAttribute(Attributable n, String path, String attributeName)static voidAttributeHelper. removePathwayReferences(Attributable a, boolean includeNonIndexed)static voidAttributeHelper. setAttribute(Attributable attributable, String path, String attributeName, Object attributeValue)SetAttribute, sets or adds a attribute to the givenAttributeable.static voidAttributeHelper. setAttributeTextField(Attributable attributable, String path, String attributeName, Object attributeValue)setAttributeTextFieldstatic voidAttributeHelper. setColorFromAttribute(Attributable attr, String path, String name, Color value)static voidAttributeHelper. setFillColor(Attributable attributable, Color color)Sets the fill color of a givenAtttibutable.static voidAttributeHelper. setFillColorHEX(Attributable attr, String hexStr)static voidAttributeHelper. setLabelOffset(Attributable attributable, double offsetX, double offsetY)Set the relative offset of label position from center of a node.static voidAttributeHelper. setOutlineColor(Attributable attributable, Color color)Sets the outline color of a givenAtttibutable.static voidAttributeHelper. setOutlineColorHEX(Attributable attr, String hexStr)static voidAttributeHelper. setPathwayReference(Attributable a, int idx, String url)static voidAttributeHelper. setReferenceURL(Attributable ge, String url)static voidAttributeHelper. 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 classAbstractAttributableProvides common functionality forAttributableclasses.Methods in org.graffiti.attributes that return Attributable Modifier and Type Method Description AttributableAbstractAttribute. getAttributable()Returns theAttribute'sAttributable.AttributableAbstractCollectionAttribute. getAttributable()Returns theAttribute'sAttributable.AttributableAttribute. getAttributable()Returns the attributable theAttributebelongs to.Methods in org.graffiti.attributes with parameters of type Attributable Modifier and Type Method Description voidAbstractCollectionAttribute. setAttributable(Attributable att)Sets theAttribute'sAttributable.voidCollectionAttribute. setAttributable(Attributable att)Sets the attributable theAttributebelongs to. -
Uses of Attributable in org.graffiti.event
Methods in org.graffiti.event that return Attributable Modifier and Type Method Description AttributableAttributeEvent. getAttributeable()AttributableEdgeEvent. getAttributeable()AttributableGraphEvent. getAttributeable()AttributableNodeEvent. getAttributeable() -
Uses of Attributable in org.graffiti.graph
Subinterfaces of Attributable in org.graffiti.graph Modifier and Type Interface Description interfaceEdgeProvides an interfaces for aGraphEdge.interfaceGraphAGraphconsists of a set of nodes and a set of edges.interfaceGraphElementInterfaces a graph element.interfaceNodeProvides an interfaces for a graph node.Classes in org.graffiti.graph that implement Attributable Modifier and Type Class Description classAbstractEdgeProvides default implementations of methods on edges.classAbstractGraphProvides further functionality for graphs.classAbstractGraphElementGraphElements are Attributables which know the graph they belong to.classAbstractNodeAbstract classAbstractNodecommon functionality forNodeimplementations.classAdjListEdgeImplementation of theEdgeinterface for aGraphwith adjacency list representation.classAdjListGraphImplements theGraph-interface using an adjacency list representation of the graph.classAdjListNodeImplements a graph node with adjacency list representation.classOptAdjListGraphImplements 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 voidEditPanel. 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 voidDefaultEditPanel. 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 voidPortableUrlService. 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 interfaceCoarsenedGraphAdds a method to get theMergedNodes of a coarsening level to theGraphinterface.Classes in org.vanted.plugins.layout.multilevelframework that implement Attributable Modifier and Type Class Description classMergedNodeANodeimplementation that represents several nodes in a coarsening level withinMultilevelGraph.