A B C D E F G H I L M N O P R S T U V W X Y Z

A

ATTR_NAME - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name attribute of a key definition.
ATTR_NAME_EDGE_VIEW_STATES - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
ATTR_NAME_EXPANSIONSTATE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
ATTR_NAME_LABELLIST - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes the labels of a node/edge.
ATTR_NAME_NODE_VIEW_STATES - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
ATTR_NAME_PORT_MODEL - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes port location models
ATTR_NAME_PORT_VIEW_STATES - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
ATTR_NAME_SHARED_DATA - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes the shared data section.
ATTR_NAME_STYLE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes styles.
ATTR_NAME_Z_ORDER - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes z-orders.
ATTR_TYPE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Type attribute of a key definition.
ATTR_TYPE_COMPLEX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Complex attribute type.
AbstractDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer.
Abstract subclass of AbstractDeserializer that provides support for shared references.
AbstractDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
 
AbstractEdgeStyle - class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle.
Abstract base class for yFiles FLEX IEdgeStyle data objects.
AbstractEdgeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
 
AbstractEdgeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer.
Abstract deserializer for edge styles that does implement AbstractEdgeStyleDeserializer.deserializeNode(org.w3c.dom.Node, y.io.graphml.input.GraphMLParseContext) but delegates to AbstractEdgeStyleDeserializer.deserializeStyle(y.io.graphml.input.GraphMLParseContext, org.w3c.dom.Node) and AbstractEdgeStyleDeserializer.setArrow(com.yworks.yfiles.server.graphml.flexio.data.IEdgeStyle, com.yworks.yfiles.server.graphml.flexio.data.IArrow, boolean) that have to be implemented by subclasses.
AbstractEdgeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
 
AbstractEdgeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractEdgeStyleSerializer.
Abstract serialized for IEdgeStyle that writes elements for the source and target arrow of the edge and delegates the serialization of the edge style to AbstractEdgeStyleSerializer.writeStyle(y.io.graphml.output.GraphMLWriteContext, com.yworks.yfiles.server.graphml.flexio.data.IEdgeStyle, y.io.graphml.output.XmlWriter).
AbstractEdgeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractEdgeStyleSerializer
 
AbstractGraphRoundtripSupport - class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport.
Common base class for the server-side roundtrip support classes.
AbstractGraphRoundtripSupport() - Constructor for class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
AbstractInputHandlerProvider - class com.yworks.yfiles.server.graphml.flexio.AbstractInputHandlerProvider.
A convenience sub class of AbstractInputHandler that implements the InputHandlerProvider interface and calls AbstractInputHandlerProvider.acceptKey(org.w3c.dom.Element) to decide if it shall provide itself as input handler.
AbstractInputHandlerProvider() - Constructor for class com.yworks.yfiles.server.graphml.flexio.AbstractInputHandlerProvider
 
AbstractSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer.
Abstract subclass of TypeBasedSerializer that writes the element tags for its subclasses and delegates to AbstractSerializer.serializeItem(Object, y.io.graphml.output.XmlWriter, y.io.graphml.output.GraphMLWriteContext) for the core serialization.
AbstractSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer
 
AbstractTemplateStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractTemplateStyleDeserializer.
Abstract base class for deserializers which handle TemplateStyle subclasses.
AbstractTemplateStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractTemplateStyleDeserializer
 
AbstractTemplateStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractTemplateStyleSerializer.
Abstract base class for serializers which handle TemplateStyle subclasses.
AbstractTemplateStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractTemplateStyleSerializer
 
AdvancedStroke - class com.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke.
Compatibility class for the yFiles FLEX GraphML format.
AdvancedStroke() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke
 
ArrayDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrayDeserializer.
A deserializer implementation that deserializes Array objects.
ArrayDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrayDeserializer
 
ArraySerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ArraySerializer.
This serializer can be used to serialize an array of any component class type.
ArraySerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ArraySerializer
 
Arrow - class com.yworks.yfiles.server.graphml.flexio.data.Arrow.
A yFiles FLEX arrow data object.
Arrow() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Arrow
 
ArrowDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer.
A deserializer for default Arrows.
ArrowDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer
 
ArrowSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer.
Serializer for Arrow.
ArrowSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer
 
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.AbstractInputHandlerProvider
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadEdgeLayoutHandler
Accepts elements with scope KeyScope.EDGE and name "geometry".
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadNodeLayoutHandler
Accepts elements with scope KeyScope.NODE and name "geometry".
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortLayoutHandler
Accepts elements with scope KeyScope.PORT and name "geometry".
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortStyleHandler
Accepts elements with scope KeyScope.PORT and name "style".
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
 
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.PortLocationModelInputHandler
 
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.flexio.ZOrderInputHandler
 
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewStateInputHandler
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.folding.NodeExpandedInputHandler
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewStateInputHandler
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.folding.PortViewStateInputHandler
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
This method is called by AbstractInputHandlerProvider.onQueryInputHandler(y.io.graphml.input.QueryInputHandlersEvent) and shall decide if the given keyDefinition shall be accepted so that this input handler gets provided for the event.
acceptKey(Element) - Method in class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
add(String, String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Adds a mapping between the package name and a symbolic package name.
add(EdgeLabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
add(NodeLabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
add(Object) - Method in class com.yworks.yfiles.server.graphml.support.DefaultSharedInstanceProvider
Add a shared object to this provider.
addColumn(Column) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
Adds the given column as child of this column.
addColumn(Column, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
Adds the given column as child of this column.
addColumn(Column) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Adds the given column to the root column.
addDeserializer(DeserializationHandler) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Add a deserializer instance that will be registered with the GraphMLHandler in GraphRoundtripSupportBase.addRegisteredHandlers(y.io.graphml.GraphMLHandler).
addInstance(Object) - Method in interface com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler.SharingRegistry
 
addLabel(Node, Label) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Add a label to the given node.
addLabel(Edge, Label) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Add a label to the given edge.
addLabel(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Adds a new Label to the stripe.
addLabel(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Creates and adds a new label with the default label model parameter and style to this stripe.
addLabel(String, ILabelModelParameter, ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Creates and adds a new label to this stripe.
addLabel(Node, Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Adds a label to the given node.
addLabel(Edge, Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Adds a label to the given edge.
addMapper(Object, String, KeyType, KeyScope) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
addMapper(Object, String, KeyType, KeyScope) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Adds integrated support for the round tripping of simple data associated with graph elements.
addObjectMapper(Object, KeyScope, SerializationHandler, DeserializationHandler) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
addObjectMapper(Object, KeyScope, SerializationHandler, DeserializationHandler) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Adds integrated support for the round tripping of complex data associated with graph elements.
addParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Adds another parameter to this models collection of parameters.
addParameter(ILabelModelParameter, ILabelCandidateDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Adds another parameter to this models collection of parameters.
addPort(Node, IPortLocationModelParameter) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Adds a port to the given node and returns it.
addPort(Node, IPortLocationModelParameter, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Adds a port to the given node and returns it.
addPort(Node, IPortLocationModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Adds a port to the given node and returns it.
addReferenceElement(String, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
 
addReferenceElement(String, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.ReferenceResolver
Add a reference node for the given refid.
addRegisteredHandlers(GraphMLHandler) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph.CustomGraphRoundtripSupport
 
addRegisteredHandlers(GraphMLHandler) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
All default SerializationHandler and DeserializationHandler instances as well as those added via GraphRoundtripSupportBase.addSerializer(y.io.graphml.output.SerializationHandler) or GraphRoundtripSupportBase.addDeserializer(y.io.graphml.input.DeserializationHandler) are added to the handler for reading and writing the yFiles FLEX client's GraphML format.
addRow(Row) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
Adds the given row as child of this row.
addRow(Row, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
Adds the given row as child of this row.
addRow(Row) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Adds the given row to the root row.
addSerializer(SerializationHandler) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Add a serializer instance that will be registered with the GraphMLHandler in GraphRoundtripSupportBase.addRegisteredHandlers(y.io.graphml.GraphMLHandler).
addSharedInstance(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
Add a shared instance.
addSharedInstanceProvider(ISharedInstanceProvider) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
Recursively adds all shared instances of the passed provider.
angle - Variable in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter
 
applyEdgeLabelLayouts(LabelLayoutSetter, Edge, YList) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
applyEdgeViewState(LayoutGraph, Edge, EdgeViewState) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
applyEdgeViewState(LayoutGraph, Edge, EdgeViewState) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
 
applyLabelLayouts(LayoutGraph, LabelLayoutSetter) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
applyNodeLabelLayouts(LabelLayoutSetter, Node, List) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
applyNodeViewState(LayoutGraph, Node, NodeViewState) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
applyNodeViewState(LayoutGraph, Node, NodeViewState) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
 
available() - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 

B

Base64InputStream - class com.yworks.yfiles.server.graphml.support.Base64InputStream.
Input stream for reading base64-encoded data.
Base64InputStream(InputStream) - Constructor for class com.yworks.yfiles.server.graphml.support.Base64InputStream
 
Bend - class com.yworks.yfiles.server.graphml.folding.markup.Bend.
A data object that represents a yFiles FLEX bend for EdgeViewState objects.
Bend(double, double) - Constructor for class com.yworks.yfiles.server.graphml.folding.markup.Bend
Creates a bend at the provided coordinates.
Bend() - Constructor for class com.yworks.yfiles.server.graphml.folding.markup.Bend
Creates a bend at 0,0.
BendExtension - class com.yworks.yfiles.server.graphml.folding.markup.BendExtension.
Helper class for (de)serialization of EdgeViewState instances.
BendExtension() - Constructor for class com.yworks.yfiles.server.graphml.folding.markup.BendExtension
 
BevelNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle.
yFiles FLEX client BevelNodeStyle data object.
BevelNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
 
BevelNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer.
A deserializer for BevelNodeStyle.
BevelNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer
 
BevelNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer.
Serializer for BevelNodeStyle.
BevelNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer
 
BitmapNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle.
yFiles Flex client bitmap node style data object.
BitmapNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle
 
BitmapNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer.
A deserializer for BitmapNodeStyle.
BitmapNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer
 
BitmapNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer.
Serializer for BitmapNodeStyle.
BitmapNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer
 

C

COLUMNS_FIRST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableRenderingOrder
 
COMMON_ATTRIBUTE_NAME_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Canonical prefix for attribute names used by the GraphML framework
CollapsibleNodeStyleDecorator - class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator.
 
CollapsibleNodeStyleDecorator() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
CollapsibleNodeStyleDecorator(INodeStyle) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
CollectionSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.CollectionSerializer.
Serializer for Collection.
CollectionSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.CollectionSerializer
 
Column - class com.yworks.yfiles.server.graphml.flexio.data.Column.
Represents a column of a Table.
Column() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Column
Creates a new instance.
ColumnExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension.
Markup extension for reflection based (de)serialization of Columns.
ColumnExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
ColumnExtension(Column) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
ComponentNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle.
yFiles Flex client component node style data object.
ComponentNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle
 
ComponentNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ComponentNodeStyleDeserializer.
Deserializer for the yFiles FLEX client component node style.
ComponentNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ComponentNodeStyleDeserializer
 
ComponentNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ComponentNodeStyleSerializer.
Serializer for the yFiles FLEX client component node style.
ComponentNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ComponentNodeStyleSerializer
 
CompositeEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel.
An EdgeLabelModel that is composed of other edge label models.
CompositeEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
CompositeEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel.ModelParameter.
 
CompositeEdgeLabelModel.ModelParameter(EdgeLabelModel, Object) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel.ModelParameter
 
CompositeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.
A yFiles FLEX client composite edge label model data object
CompositeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel
Creates a new instance of CompositeLabelModel.
CompositeLabelModel.CompositeModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter.
class CompositeModelParameter
CompositeLabelModel.CompositeModelParameter(ILabelModel, ILabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
 
CompositeLabelModelExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelExtension.
MarkupExtension of CompositeLabelModel.
CompositeLabelModelExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelExtension
 
CompositeLabelModelExtension(Object[]) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelExtension
 
CompositeLabelModelParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension.
MarkupExtension for parameters of the CompositeLabelModel.
CompositeLabelModelParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
 
CompositeLabelModelParameterExtension(ILabelModel, ILabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
 
CompositeNodeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel.
An NodeLabelModel that is composed of other node label models.
CompositeNodeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
CompositeNodeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel.ModelParameter.
 
CompositeNodeLabelModel.ModelParameter(NodeLabelModel, Object) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel.ModelParameter
 
ConstantDescriptorExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.ConstantDescriptorExtension.
 
ConstantDescriptorExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.ConstantDescriptorExtension
 
ConstantDescriptorExtension(boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.ConstantDescriptorExtension
 
ConstantLabelCandidateDescriptorProvider - class com.yworks.yfiles.server.graphml.flexio.data.ConstantLabelCandidateDescriptorProvider.
An implementation of the ILabelCandidateDescriptorProvider interface that always yields a constant ILabelCandidateDescriptor.
ConstantLabelCandidateDescriptorProvider(ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ConstantLabelCandidateDescriptorProvider
Initializes a new instance of the ConstantLabelCandidateDescriptorProvider class.
Constants - class com.yworks.yfiles.server.graphml.flexio.Constants.
Basic constants for the GraphML format used by the yFiles FLEX client.
canBeSerialized(Object, GraphMLWriteContext) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Tests and returns if item can be serialized using context i.e. an appropriate serialization handler can be found and used.
canCalculateSize(Label) - Method in interface com.yworks.yfiles.server.graphml.flexio.LabelSizeCalculator
Whether the size of the given label can be calculated.
canCalculateSize(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
Whether the size of the given label can be calculated.
canCalculateSize(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Whether the size of the given label can be calculated.
canCalculateSize(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Whether the size of the label can be calculated.
canConvertFrom(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter
Returns, if the given object can be converted back to an instance of the default Class type of this implementation.
canConvertFrom(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelConverter
 
canConvertFrom(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameterConverter
 
canConvertFrom(Object) - Method in interface com.yworks.yfiles.server.graphml.support.reflection.ITypeConverter
Returns, if the given object can be converted back to an instance of the default Class type of this implementation.
canConvertTo(Object, Class) - Method in class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter
Returns, if the given object can be converted in an instance of the given class type.
canConvertTo(Object, Class) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelConverter
 
canConvertTo(Object, Class) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameterConverter
 
canConvertTo(Object, Class) - Method in interface com.yworks.yfiles.server.graphml.support.reflection.ITypeConverter
Returns, if the given object can be converted in an instance of the given class type.
canHandle(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.StyleDeserializer
 
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.StyleSerializer
Predicate member method to determine whether this instance should react to a given SerializationEvent.
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ObjectSerializer
 
canHandle(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
Returns true if DeserializationEvent.getXmlNode() satisfies the properties of this class.
canHandle(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer
Always returns true.
canHandle(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PrimitivesDeserializer
 
canHandle(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ReflectionBasedDeserializer
Node elements whose namespace uri is contained in the SymbolicPackageNameRegistry and for which an instance can be created can be handled.
canHandle(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.StringDeserializer
 
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ArraySerializer
 
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExtensionBasedSerializer
 
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
Checks whether the current item has the correct type.
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer
Checks whether the current item is an instance of java.awt.Image
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PrimitivesSerializer
 
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
Predicate member method to determine whether this instance should react to a given SerializationEvent.
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
Predicate member method to determine whether this instance should react to a given SerializationEvent.
canHandle(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.folding.PortSerializer
Checks whether the current item has the correct type.
canLayout(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
center - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
center - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
changeEdge(Edge, Node, Edge, int, Node, Edge, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
If the source or target node changes, a new port is added to its center and assigned as source resp. target port of the edge.
changeEdge(Edge, Node, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
If the source or target node changes, a new port is added to its center and assigned as source resp. target port of the edge.
cleanUp(Graph) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Destroy all information that results from a previous TableLayoutConfigurator.prepareAll(y.layout.LayoutGraph) and a subsequent layout.
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
Returns itself as clone.
clone() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
 
close() - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 
codeLocation(YPoint, XmlWriter) - Static method in class com.yworks.yfiles.server.graphml.support.FlexGraphicsSerializationToolkit
Writes the location as two attributes with name 'x' and 'y'.
codeSize(YDimension, XmlWriter) - Static method in class com.yworks.yfiles.server.graphml.support.FlexGraphicsSerializationToolkit
Writes the size as two attributes with name 'width' and 'height'.
codeUserTag(GraphMLWriteContext, Object, XmlWriter) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Gets the user tag from the tagHolder and writes it in a <y:UserTag> element using the given writer.
codeUserTagValue(GraphMLWriteContext, Object, XmlWriter) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
writes the provided user tag in a <y:UserTag> element using the given writer.
collapse(Node) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Collapse a group node, hiding its children from the current view.
com.yworks.yfiles.server.graphml.flexio - package com.yworks.yfiles.server.graphml.flexio
Contains the framework classes that allow (de)serialization of the styles used by a yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.binary - package com.yworks.yfiles.server.graphml.flexio.binary
 
com.yworks.yfiles.server.graphml.flexio.compat - package com.yworks.yfiles.server.graphml.flexio.compat
Contains basic container classes and interfaces for visual properties used by the yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.data - package com.yworks.yfiles.server.graphml.flexio.data
Contains classes and interfaces that serve as data objects for the client class the define the visual properties of graph items.
com.yworks.yfiles.server.graphml.flexio.data.common - package com.yworks.yfiles.server.graphml.flexio.data.common
 
com.yworks.yfiles.server.graphml.flexio.data.flexmarkup - package com.yworks.yfiles.server.graphml.flexio.data.flexmarkup
 
com.yworks.yfiles.server.graphml.flexio.data.javamarkup - package com.yworks.yfiles.server.graphml.flexio.data.javamarkup
 
com.yworks.yfiles.server.graphml.flexio.data.markup - package com.yworks.yfiles.server.graphml.flexio.data.markup
Contains the MarkupExtension implementations used to automatically read and write objects to the GraphML format that is used to communicate with the yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.deserializer - package com.yworks.yfiles.server.graphml.flexio.deserializer
Contains all deserializer implementations for reading the GraphML format used by the yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.serializer - package com.yworks.yfiles.server.graphml.flexio.serializer
Contains all serializer implementations for reading the GraphML format used by the yFiles FLEX client.
com.yworks.yfiles.server.graphml.folding - package com.yworks.yfiles.server.graphml.folding
 
com.yworks.yfiles.server.graphml.folding.markup - package com.yworks.yfiles.server.graphml.folding.markup
 
com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup - package com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup
 
com.yworks.yfiles.server.graphml.servlets - package com.yworks.yfiles.server.graphml.servlets
Contains Servlets for common tasks in a yFiles FLEX client-server application.
com.yworks.yfiles.server.graphml.support - package com.yworks.yfiles.server.graphml.support
Contains support classes used by the yFiles FLEX Servlets.
com.yworks.yfiles.server.graphml.support.reflection - package com.yworks.yfiles.server.graphml.support.reflection
 
commitEdgeLabelLayout(Edge, EdgeLabelLayout, Label) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Commit the label layout that has been calculated by the layout algorithm to the dummy edge's label.
commitLabelLayout(ILabelModelParameter, EdgeLabelLayout, Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Commit a single label layout to the given yFiles FLEX-compatible label model parameters.
commitLabelLayout(ILabelModelParameter, NodeLabelLayout, Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Commit a single label layout to the given yFiles FLEX-compatible label model parameters.
commitLabelLayout(Node, NodeLabelLayout, Graph, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Commit the model parameters of the given label element to the corresponding XML fragment.
commitLabelLayout(Node, EdgeLabelLayout, Graph, Edge) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Commit the model parameters of the given label element to the corresponding XML fragment.
commitNodeLabelLayout(Node, NodeLabelLayout, Label) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Commit the label layout that has been calculated by the layout algorithm to the dummy node's label.
commitPortLocation(Edge, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Commits the location of the edge's source or target end point to the source or target port of the edge.
configureDeserializationProperties(Graph, GraphMLParser) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
 
configureHandler(Graph2DGraphMLHandler) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
Configures the provided handler.
configureHandler(GraphMLLayoutGraphIOHandler) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Configures the provided handler.
configureInputHandlers(Graph, GraphMLParser) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Configures default event handlers for the GraphMLParser.fireQueryInputHandlersEvent(y.io.graphml.input.QueryInputHandlersEvent) event.
configureInputHandlers(Graph, GraphMLParser) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
Configures default event handlers for the GraphMLParser.fireQueryInputHandlersEvent(y.io.graphml.input.QueryInputHandlersEvent) event.
configureLookup(Graph, GraphMLWriter) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Configure the default lookup map of writer.
configureLookup(Graph, GraphMLParser) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Configure the default lookup map of parser.
configureOutputHandlers(Graph, GraphMLWriter) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Configures default event handlers for the QueryOutputHandlersEvent event.
configureOutputHandlers(Graph, GraphMLWriter) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
Configures default event handlers for the QueryOutputHandlersEvent event.
configureRoundtripGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Configure the layout graph.
configureRoundtripGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
 
configureRoundtripGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Called by GraphRoundtripSupportBase.createRoundtripGraph() to configure the created graph instance.
configureSerializationProperties(Graph, GraphMLWriter) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
 
containsPackageName(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Returns if the given package name is mapped to any symbolic package name.
containsSymbolicPackageName(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Returns if any package in the registry is mapped to this symbolic package name.
convertAttributes(Graph, Edge, EdgeLabelLayout, Object, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
 
convertAttributes(Graph, Edge, EdgeLabelLayout, Object, EdgeLabelModel, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
 
convertAttributes(OrientedRectangle, EdgeLayout, NodeLayout, NodeLayout, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
 
convertFrom(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter
Converts the given object back to an instance of the default Class type of this implementation.
convertFrom(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelConverter
 
convertFrom(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameterConverter
 
convertFrom(Object) - Method in interface com.yworks.yfiles.server.graphml.support.reflection.ITypeConverter
Converts the given object back to an instance of the default Class type of this implementation.
convertTo(Object, Class) - Method in class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter
Converts the given object in an instance of the given class type and return this instance.
convertTo(Object, Class) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelConverter
 
convertTo(Object, Class) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameterConverter
 
convertTo(Object, Class) - Method in interface com.yworks.yfiles.server.graphml.support.reflection.ITypeConverter
Converts the given object in an instance of the given class type and return this instance.
copyEdgeLabel(Label, EdgeLabelLayoutImpl) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Copy the label layout information of a dummy edge label to a label layout implementation that can be handled by the layout algorithm.
copyLabelLayouts(LayoutGraph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Copies the layout information of the yFiles Java label model parameters to the flex-compatible label models stored in the data providers GraphRoundtripSupportBase.NODE_LABELS_DPKEY and GraphRoundtripSupportBase.EDGE_LABELS_DPKEY.
copyNodeLabel(Label, NodeLabelLayoutImpl) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Copy the label layout information of a dummy node label to a label layout implementation that can be handled by the layout algorithm.
copyPortLocations(LayoutGraph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Commits the source and target location for all edges in the graph to their source and target ports.
createAbsoluteParameter(Object, YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
Creates a parameter for the given port owner that will exactly match the given absolute world coordinates.
createAutoMapperInputHandlerProvider() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
createAutoMapperOutputHandlerProvider() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
createColumn() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new column at root level.
createColumn(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new column at root level at the given index.
createColumn(Column) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new column as child of the given column.
createColumn(Column, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new column as child of the given column at the given index.
createColumn(Column, int, double, double, Insets, INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new column as child of the given parent.
createColumnDefaults() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
 
createDefaultEdgeLabelModel(GraphMLParseContext, Edge, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the default edge label model that will be used if a parsed edge label model cannot be mapped to a yFiles Java edge label model.
createDefaultElementTagWrapper() - Static method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
createDefaultNodeLabelModel(GraphMLParseContext, Node, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the default node label model that will be used if a parsed node label model cannot be mapped to a yFiles Java node label model.
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel
Creates a default parameter that can be used for this model.
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Creates a default parameter that can be used for this model.
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
 
createDefaultParameter() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModel
Creates a default parameter that can be used for this model.
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
 
createDummyEdge(LayoutGraph, Edge) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
createDummyEdgeCore(LayoutGraph, Node, Node, DummyEdgeId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
createEdge(Node, Edge, Node, Edge, int, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
The new edge is connected to the first free ports of the source and target node.
createEdge(Port, Edge, Port, Edge, int, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Creates a new edge in this graph and fires a corresponding notification event to inform registered listeners.
createEdge(Port, Port) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Creates a new edge in this graph and fires a corresponding notification event to inform registered listeners.
createEdge(GraphMLParseContext, Node, Port, Node, Port) - Method in class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory
Creates an edge for the given context and the provided source and target nodes or ports.
createEdgeLabelLayout(GraphMLParseContext, DefaultLayoutGraph, Edge, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the EdgeLabelLayoutImpl instance that defines the label layout for the given graph edge.
createEdgeViewState(DummyEdgeId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Creates an edge view state instance for the provided edge id.
createEdgeViewState(DummyEdgeId) - Method in interface com.yworks.yfiles.server.graphml.folding.ViewStateCreator
 
createEdgeViewStateMap() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Create the DataMap that stores the EdgeViewState instances for dummy edges.
createExpansionStateMap() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Create the DataMap that stores the node expansion state.
createGraphElementFactory(GraphMLParser, Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Create an GraphElementFactory instance that creates the graph elements for the graph instance.
createGraphRoundtripSupport(List) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph
 
createHandler() - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
Creates the handler that will be used for the IO.
createHandler() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Creates the handler that will be used for the IO.
createHierarchySupport(Graph, GraphMLWriter) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Creates a new HierarchySupport that can be used to traverse the hierarchy structure of the graph.
createInputHandlerProvider(String, Object, KeyScope, KeyType, boolean) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a provider providing an InputHandler for the given name, scope and type that stores the parsed data in a data map with the given tag.
createInstance(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ReflectionBasedDeserializer
Returns a new instance of the object the XML node shall be deserialized to.
createLabel(String, ILabelModelParameter, YDimension, ILabelStyle, int) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelDeserializer
Create a label instance
createMarkupExtension(Lookup) - Method in interface com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactory
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor.ConstantDescriptor
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Creates a markup extension that can be used instead of the original class.
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
 
createMarkupExtension(Lookup) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
 
createModelParameter(OrientedRectangle, EdgeLayout, NodeLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
createModelParameter(OrientedRectangle, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
createModelParameter(OrientedRectangle, EdgeLayout, NodeLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
createModelParameter(OrientedRectangle, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
createModelParameter(OrientedRectangle, EdgeLayout, NodeLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
 
createNewColumn() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new column using the default settings.
createNewRow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new row using the default settings.
createNode() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
 
createNode() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Creates a new node, applying the default node size.
createNode(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory
Creates a node for the given context and set grouping information if the node is found to be the child of a group node.
createNodeLabelLayout(GraphMLParseContext, DefaultLayoutGraph, Node, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the NodeLabelLayoutImpl instance that defines the label layout for the given graph node.
createNodeViewState(DummyNodeId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Creates a node view state instance for the provided node id.
createNodeViewState(DummyNodeId) - Method in interface com.yworks.yfiles.server.graphml.folding.ViewStateCreator
 
createNodeViewStateMap() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Create the DataMap that stores the NodeViewState instances for the collapsed state of group nodes.
createObjectInputHandlerProvider(String, Object, KeyScope, DeserializationHandler, boolean) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a provider providing an InputHandler for the given name and scope that stores the parsed data in a data map with the given tag.
createObjectOutputHandlerProvider(String, Object, KeyScope, SerializationHandler) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a provider providing an output handler for the given name and scope.
createOffsetParameter(Object, YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
Creates the a parameter for the given port owner that will exactly match the given relative location.
createOutputHandlerProvider(String, Object, KeyScope, KeyType) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a provider providing an output handler for the given name and scope.
createParameter(Object, YPoint) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModel
Factory method that creates a parameter for the given port that tries to match the provided location in absolute world coordinates.
createParameter(Object, YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
 
createParameterFromSource(int, double, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Creates a parameter that measures the provided segment index from the source side of the edge path.
createParameterFromSource(int, double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Creates a parameter that measures the provided segment index from the source side of the edge path.
createParameterFromTarget(int, double, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Creates a parameter that measures the provided segment index from the target side of the edge path.
createParameterFromTarget(int, double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Creates a parameter that measures the provided segment index from the target side of the edge path.
createPort(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory
Creates a port object that is owned by owner.
createPortProvider(Graph, GraphMLWriter) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Creates a new PortProvider that is used to get the ports to write.
createPortViewState(DummyNodePortId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Creates a port view state instance for the provided dummy node port id.
createPortViewState(DummyNodePortId) - Method in interface com.yworks.yfiles.server.graphml.folding.ViewStateCreator
 
createRoundtripGraph() - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
Creates a Graph2D instance and calls Graph2DRoundtripSupportBase.configureRoundtripGraph(y.layout.LayoutGraph).
createRoundtripGraph() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Creates the graph that should be used for the roundtrip.
createRoundtripGraph() - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Creates the graph that should be used for round tripping.
createRow(Row, int, double, double, Insets, INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new row as child of the given parent.
createRow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new Row at root level.
createRow(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new Row at root level at the given index.
createRow(Row) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new Row at as child of the given parent row.
createRow(Row, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new Row at as child of the given parent row at the given index.
createRowDefaults() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
 
createSaveStream(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
Create a stream for the given request to which the data will be sent.
createScaledParameter(YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
Creates a parameter that uses the given relative offsets.
createSharedDataOutputHandler() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Create the output handler that writes shared elements.
createStyleInstance(String, String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractTemplateStyleDeserializer
This method is called to create the deserialized TemplateStyle.
createStyleInstance(String, String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateLabelStyleDeserializer
Creates a new TemplateLabelStyle.
createStyleInstance(String, String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateNodeStyleDeserializer
Returns a new TemplateNodeStyle.
createTagInputHandlerProvider() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a new input handler provider instance that provides an input handler which handles user tags.
createTagOutputHandler() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a new output handler instance which handles user tags.
createXmlWriter(OutputStream) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates a XMLWriter instance that can be used for sending xml formatted responses to the client.

D

DEFAULT - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
DUMMY_EDGE_MODE_EXCLUDE - Static variable in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
A dummy edge mode that prevents the creation of dummy edges.
DUMMY_EDGE_MODE_MERGE - Static variable in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
A dummy edge mode that merges multiple dummy edges between the same source and target nodes to a single dummy edge.
DUMMY_EDGE_MODE_SEPARATE - Static variable in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
The default dummy edge mode.
DefaultNodeHierarchy - class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy.
A default implementation of INodeHierarchy using the utility functions offered by NodeHierarchy.
DefaultNodeHierarchy(Graph) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
Creates a new instance of a DefaultNodeHierarchy which uses the specified graph to work on.
DefaultReferenceResolver - class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver.
Default implementation of a ReferenceResolver that resolves external or internal references.
DefaultReferenceResolver(HashMap) - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Create a new Resolver instance Dictionary that has pairs where the key is a id string and the value is the corresponding node from the sharedData section in the GraphML input.
DefaultReferenceResolver() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Initializes a new instance.
DefaultSharedInstanceProvider - class com.yworks.yfiles.server.graphml.support.DefaultSharedInstanceProvider.
A default implementation of the ISharedInstanceProvider
DefaultSharedInstanceProvider() - Constructor for class com.yworks.yfiles.server.graphml.support.DefaultSharedInstanceProvider
 
DefaultValueReadEdgeLayoutHandler - class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadEdgeLayoutHandler.
 
DefaultValueReadEdgeLayoutHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadEdgeLayoutHandler
 
DefaultValueReadNodeLayoutHandler - class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadNodeLayoutHandler.
 
DefaultValueReadNodeLayoutHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadNodeLayoutHandler
 
DefaultValueReadPortLayoutHandler - class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortLayoutHandler.
 
DefaultValueReadPortLayoutHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortLayoutHandler
 
DefaultValueReadPortStyleHandler - class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortStyleHandler.
 
DefaultValueReadPortStyleHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortStyleHandler
 
DelegatingStyle - class com.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle.
Abstract base class for containers which model styles which inherit from DelegatingStyle at the client.
DelegatingStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle
 
DelegatingStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.DelegatingStyleDeserializer.
An abstract deserializer which facilitates the creation of deserializers for DelegatingStyle instances.
DelegatingStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.DelegatingStyleDeserializer
 
DelegatingStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.DelegatingStyleSerializer.
An abstract serializer which facilitates the creation of serializers for DelegatingStyle instances.
DelegatingStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.DelegatingStyleSerializer
 
DescriptorWrapperEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel.
An EdgeLabelModel that wraps an existing edge label model and decorates it with an ILabelCandidateDescriptor.
DescriptorWrapperEdgeLabelModel(EdgeLabelModel, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
DescriptorWrapperEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel.ModelParameter.
 
DescriptorWrapperEdgeLabelModel.ModelParameter(DescriptorWrapperEdgeLabelModel, Object) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel.ModelParameter
 
DescriptorWrapperLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.
A label model that wraps an existing label model and decorates it with an ILabelCandidateDescriptor.
DescriptorWrapperLabelModel(ILabelModel, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Initializes a new instance of the DescriptorWrapperLabelModel class.
DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter.
The label model parameter used by DescriptorWrapperLabelModel.
DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter(ILabelModelParameter, DescriptorWrapperLabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
Initializes a new instance of the DescriptorWrapperLabelModelParameter class.
DescriptorWrapperLabelModelExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension.
 
DescriptorWrapperLabelModelExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
 
DescriptorWrapperLabelModelExtension(ILabelModelParameter, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
 
DescriptorWrapperLabelModelParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension.
 
DescriptorWrapperLabelModelParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
 
DescriptorWrapperLabelModelParameterExtension(ILabelModelParameter, DescriptorWrapperLabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
 
DescriptorWrapperNodeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel.
A NodeLabelModel that wraps an existing node label model and decorates it with an ILabelCandidateDescriptor.
DescriptorWrapperNodeLabelModel(NodeLabelModel, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
DescriptorWrapperNodeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel.ModelParameter.
 
DescriptorWrapperNodeLabelModel.ModelParameter(DescriptorWrapperNodeLabelModel, Object) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel.ModelParameter
 
Diamond - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A diamond
DocumentFragmentDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer.
Extract the children of an element into a new DocumentFragment.
DocumentFragmentDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer
 
DotnetHierarchyGraphElementFactory - class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory.
Dotnet-compatible graph element factory that can handle grouping.
DotnetHierarchyGraphElementFactory(Graph) - Constructor for class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory
Creates a new factory using a given graph instance to store the data.
DownloadServlet - class com.yworks.yfiles.server.graphml.servlets.DownloadServlet.
Simple download servlet that takes the request from a client and creates a file download for it.
DownloadServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
Calls the DownloadServlet.DownloadServlet(String) constructor using AbstractGraphRoundtripSupport.PARAM_GRAPH as the parameter name.
DownloadServlet(String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
Creates a new instance using the provided parameter to get the graphml string from the HttpServletRequest later in DownloadServlet.getGraphInputStream(javax.servlet.http.HttpServletRequest) from.
DummyEdgeId - class com.yworks.yfiles.server.graphml.folding.DummyEdgeId.
Id object that describes a dummy edge between specific source and target nodes, representing the master edge associated with this instance.
DummyEdgeId(Edge, Node, Node, boolean, boolean) - Constructor for class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
Creates a id object for the provided master edge, describing the dummy edge between the specified source and target nodes oder dummy nodes.
DummyNodeId - class com.yworks.yfiles.server.graphml.folding.DummyNodeId.
Id object for the collapsed state of group node.
DummyNodeId(Node) - Constructor for class com.yworks.yfiles.server.graphml.folding.DummyNodeId
Creates a new Dummy node id for the provided master node.
DummyNodePortId - class com.yworks.yfiles.server.graphml.folding.DummyNodePortId.
The Id for a port of the collapsed state of a group node.
DummyNodePortId(Port) - Constructor for class com.yworks.yfiles.server.graphml.folding.DummyNodePortId
Initializes a dummy port id for the provided master port for its collapsed state.
DummySimplePortStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.DummySimplePortStyleDeserializer.
A dummy deserializer for serialized SimplePortStyle instances that could be contained in the GraphML data sent by a yFiles FLEX client.
DummySimplePortStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.DummySimplePortStyleDeserializer
 
DynamicTableNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle.
A data object for the client side com.yworks.graph.drawing.DynamicTableNodeStyle.
DynamicTableNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
 
decodeUserTag(GraphMLParseContext, Node, Object) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Deserializes the user tag from a <y:UserTag> element and stores it as the given tagHolder's tag.
decodeUserTagValue(GraphMLParseContext, Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Deserializes the user tag from a <y:UserTag> element and returns the deserialized value.
deserialize(GraphMLParseContext, Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Tries to delegate deserialization to the context and silently ignores GraphMLParseExceptions.
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.StyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ObjectDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractTemplateStyleDeserializer
Deserializes the below element.
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrayDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ComponentNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DelegatingStyleDeserializer
This method does the actual work of deserializing the content of an xml node to a new instance.
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DummySimplePortStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeNodeLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GenericLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDecoratorDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageIconDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorStretchLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.NodeStyleLabelStyleAdapterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PanelNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PrimitivesDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ReflectionBasedDeserializer
The namespace URI of the xml node to deserialize has to be mapped to the package of the target class in the SymbolicPackageNameRegistry.
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.RotatingEdgeLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SimpleLabelStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SimplePortStyleDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer.ModelDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.StringDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.StrokeDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TagOwnerUserTagProviderDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TextLayoutFormatDeserializer
 
deserializeNode(Node, GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortDeserializer
 
deserializeStyle(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
Deserializes the inner edge style node not containing the arrows.
deserializeStyle(GraphMLParseContext, Node, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DelegatingStyleDeserializer
Creates the style instance and deserializes the style's properties.
deserializeStyle(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PolylineEdgeStyleDeserializer
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.UploadServlet
 
doLayout(Layouter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Calculates a layout for the styled graph using the given layout algorithm.
doLayout(Layouter) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Calculates a layout for the folded graph view defined by this instance.
doLayout(Layouter, Node, boolean, byte) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Calculates a layout for the folded graph view defined by this instance.
doLayout(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Calculates a layout using the graph's current local root.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.UploadServlet
 

E

EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
A parameter instance which places the label at the right side of the stripe.
EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
A parameter instance which places the label at the right side of the stripe.
EDGE_2_ID_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Key for storing the current edge id EdgeMap in the graph.
EDGE_LABELS_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind Lists of yFiles FLEX client compatibility Label instances.
EDGE_SOURCE_PORT_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind a yFiles FLEX client compatibility Port instance for the source port of an edge.
EDGE_STYLE_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind the yFiles FLEX client compatibility IEdgeStyle instances.
EDGE_TARGET_PORT_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind a yFiles FLEX client compatibility Port instance for the target port of an edge.
EDGE_VIEW_STATES_DPKEY - Static variable in interface com.yworks.yfiles.server.graphml.folding.FoldedGraphKeys
Key for the data provider that holds the EdgeViewState instances of dummy edges in a folded graph.
EDGE_Z_ORDER_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind the z-order for edges used on a yFiles FLEX client.
EXPANSION_STATE_DPKEY - Static variable in interface com.yworks.yfiles.server.graphml.folding.FoldedGraphKeys
Key for the data provider that defines the expansion state of group nodes in a folded graph.
EdgeViewState - class com.yworks.yfiles.server.graphml.folding.EdgeViewState.
Data object that describes the visual appearance of a dummy edge in a folded graph.
EdgeViewState() - Constructor for class com.yworks.yfiles.server.graphml.folding.EdgeViewState
Creates a new instance for a dummy edge that isn't connected to any dummy edge ports, yet.
EdgeViewState(Port, Port, IEdgeStyle) - Constructor for class com.yworks.yfiles.server.graphml.folding.EdgeViewState
Creates a new instance for a dummy edge connected to the passed source and target ports that has the passed edge style.
EdgeViewStateExtension - class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension.
 
EdgeViewStateExtension() - Constructor for class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
EdgeViewStateExtension(EdgeViewState) - Constructor for class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
EdgeViewStateInputHandler - class com.yworks.yfiles.server.graphml.folding.EdgeViewStateInputHandler.
Input handler for EdgeViewState instances.
EdgeViewStateInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.EdgeViewStateInputHandler
 
EdgeViewStateOutputHandler - class com.yworks.yfiles.server.graphml.folding.EdgeViewStateOutputHandler.
Output handler for EdgeViewState instances.
EdgeViewStateOutputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.EdgeViewStateOutputHandler
Initializes a new instance using the name 'http://www.yworks.com/xml/yfiles-graphml/1.0/edgeviewstates', the scope KeyScope.EDGE and the type KeyType.COMPLEX for the key element.
Ellipse - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Shape type constant.
EmptyLookup - class com.yworks.yfiles.server.graphml.support.EmptyLookup.
An empty lookup always returning null.
EmptyLookup() - Constructor for class com.yworks.yfiles.server.graphml.support.EmptyLookup
 
ExportServlet - class com.yworks.yfiles.server.graphml.servlets.ExportServlet.
Simple export servlet that takes the export data from the request and creates a file download for it.
ExportServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Calls the ExportServlet.ExportServlet(String) constructor using ExportServlet.PARAM_EXPORT_DATA as the parameter name.
ExportServlet(String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Calls the ExportServlet.ExportServlet(String,String) constructor using "image/png" as the contentType paramater.
ExportServlet(String, String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Creates a new instance using the provided export data parameter to get the export data from the HttpServletRequest later in ExportServlet.getExportDataInputStream(javax.servlet.http.HttpServletRequest) from.
ExtensionBasedSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ExtensionBasedSerializer.
Serializer implementation that produces output through the use of a MarkupExtension.
ExtensionBasedSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ExtensionBasedSerializer
 
ExteriorLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.
yFiles FLEX client label model data object that places the label outside of the node's bounds.
ExteriorLabelModel(Insets) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
ExteriorLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
ExteriorLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter.
Model parameter for the exterior label model.
ExteriorLabelModel.ModelParameter(ExteriorLabelModel, String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
 
ExteriorLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer.
Deserializer for a ExteriorLabelModel parameter.
ExteriorLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer
 
ExteriorLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer.
Serializer for ExteriorLabelModel parameter.
ExteriorLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer
 
ExternalizableGraph - class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph.
The ExternalizableGraph can be used to read and write a LayoutGraph via the Externalizable interface.
ExternalizableGraph() - Constructor for class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph
 
ExternalizableGraph.CustomGraphRoundtripSupport - class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph.CustomGraphRoundtripSupport.
 
ExternalizableGraph.CustomGraphRoundtripSupport(List) - Constructor for class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph.CustomGraphRoundtripSupport
 
east - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
east - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
east - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
edgesAtPort(Port) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns a list of edges attached to port.
edgesAtPort(Port) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns a list of edges attached to port.
enableGrouping() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
enableGrouping() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Adds the DataProviders that are required for working with hierarchic layout graphs and calls INodeHierarchy.transferMapperIDs().
enableGrouping(Graph) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Adds the DataProviders that are required for working with hierarchic layout graphs and calls NodeHierarchy.transferMapperIDs(y.base.Graph).
equals(Object) - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
 
equals(Object) - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodeId
 
equals(Object) - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodePortId
 
expand(Node) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Expands a collapsed group node, revealing its children in the folded graph view defined by this graph.
externalDescriptor - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
A sharable immutable implementation of the ILabelCandidateDescriptor interface that has penalties of 1.0 and a profit of 1.0 and yields true for the ILabelCandidateDescriptor.externalCandidate property.
externalDescriptorProvider - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ConstantLabelCandidateDescriptorProvider
A sharable implementation of the ILabelCandidateDescriptorProvider interface that always yields LabelCandidateDescriptor.externalDescriptor.

F

FROM_SOURCE - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.SliderParameterLocation
Measured from the source end.
FROM_TARGET - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.SliderParameterLocation
Measured from the target end.
FallbackDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FallbackDeserializer.
A fallback deserializer that handles all DeserializationEvents if the deserialization property FlexDeserializationProperties.IGNORE_MISSING_DESERIALIZER is set to Boolean.TRUE.
FallbackDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FallbackDeserializer
 
FatArrow - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
An arrow like shape that points to the right
FatArrow2 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
An arrow like shape that points to the left
FillDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer.
Deserializer for SolidColor and LinearGradient fills.
FillDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer
 
FillSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer.
Serializer for IFill.
FillSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
 
FlexDeserializationProperties - interface com.yworks.yfiles.server.graphml.flexio.FlexDeserializationProperties.
Constant class for common deserialization properties.
FlexGraphicsSerializationToolkit - class com.yworks.yfiles.server.graphml.support.FlexGraphicsSerializationToolkit.
Utility class for static methods that had previously been provided by GraphicsSerializationToolkit
FlexIOTools - class com.yworks.yfiles.server.graphml.flexio.FlexIOTools.
Provides static utility methods for reading and writing graph data using the yFiles FLEX GraphML format.
FlexSerializationProperties - interface com.yworks.yfiles.server.graphml.flexio.FlexSerializationProperties.
Constant class for common serialization properties.
FoldedGraphKeys - interface com.yworks.yfiles.server.graphml.folding.FoldedGraphKeys.
Data provider keys for working with folded graphs.
FoldedLayoutGraph - class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph.
A LayoutGraph that supports folding operations.
FoldedLayoutGraph() - Constructor for class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Creates a new instance of a folded layout graph.
FoldingLayoutStage - class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage.
A layout stage that allows to calculate layouts for folded graph structures.
FoldingLayoutStage() - Constructor for class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
FoldingSupport - class com.yworks.yfiles.server.graphml.folding.FoldingSupport.
This class provides static utility methods for working with folded graph structures.
Font - class com.yworks.yfiles.server.graphml.flexio.compat.Font.
Compatibility class for the yFiles FLEX GraphML format.
Font() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.Font
 
FontDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer.
Deserializer for Fonts.
FontDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer
 
FontSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer.
Serializer for Font.
FontSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer
 
FreeEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.
yFiles FLEX client free edge label model data object.
FreeEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
 
FreeEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter.
Model parameter for the free edge label model.
FreeEdgeLabelModel.ModelParameter(ILabelModel, double, double, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
FreeEdgeLabelModel.ModelParameter(ILabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
FreeEdgeLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabelModelParameterDeserializer.
Deserializer for FreeEdgeLabelModel parameters.
FreeEdgeLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabelModelParameterDeserializer
 
FreeEdgeLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FreeEdgeLabelModelParameterSerializer.
Serializer for FreeEdgeLabelModel parameter.
FreeEdgeLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FreeEdgeLabelModelParameterSerializer
 
FreeNodeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.
yFiles FLEX client free node label model data object
FreeNodeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel
 
FreeNodeLabelModel.AbstractFreeNodeLabelParameter - class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter.
 
FreeNodeLabelModel.AbstractFreeNodeLabelParameter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter
 
FreeNodeLabelModel.NodeCenterAnchoredParameter - class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter.
Model parameter for the free node label model that allow to specify the label position relative to the node's layout.
FreeNodeLabelModel.NodeCenterAnchoredParameter(FreeNodeLabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
FreeNodeLabelModel.NodeLayoutAnchoredParameter - class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter.
Model parameter for the free node label model that allow to specify the label position relative to the node's layout.
FreeNodeLabelModel.NodeLayoutAnchoredParameter(FreeNodeLabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
FreeNodeLabelModel.NodeRatioAnchoredParameter - class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter.
Model parameter for the free node label model that anchors the label to the node at a given position.
FreeNodeLabelModel.NodeRatioAnchoredParameter(FreeNodeLabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
FreeNodeLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeNodeLabelModelParameterDeserializer.
Deserializer for FreeNodeLabelModel parameters.
FreeNodeLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeNodeLabelModelParameterDeserializer
 
FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer.
Serializer for FreeNodeLabelModel.NodeCenterAnchoredParameter.
FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer
 
FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer.
Serializer for FreeNodeLabelModel.NodeLayoutAnchoredParameter.
FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer
 
FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer.
Serializer for FreeNodeLabelModel.NodeRatioAnchoredParameter.
FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer
 
flushDocument() - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 

G

GENERAL_PATH_DOTNET_OP_CUBIC_TO - Static variable in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#cubicTo operation that is supported by the yFiles.NET GraphML format.
GENERAL_PATH_ELEMENT - Static variable in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Constant for the top level element name.
GENERAL_PATH_OP_CLOSE - Static variable in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#close operation
GENERAL_PATH_OP_CURVETO - Static variable in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#curveTo operation
GENERAL_PATH_OP_LINETO - Static variable in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#lineTo operation
GENERAL_PATH_OP_MOVETO - Static variable in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#moveTo operation
GRAPHML_REFERENCE_TAG - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Tag name for shared references that need an external enclosing tag This field has the constant value "GraphMLReference"
GeneralPathDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathDeserializer.
Deserializer for GeneralPath.
GeneralPathDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathDeserializer
 
GeneralPathNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle.
yFiles FLEX client general path node style data object.
GeneralPathNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
 
GeneralPathNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathNodeStyleDeserializer.
Deserializer for GeneralPathNodeStyle.
GeneralPathNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathNodeStyleDeserializer
 
GeneralPathNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathNodeStyleSerializer.
Serializer for GeneralPathNodeStyle.
GeneralPathNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathNodeStyleSerializer
 
GeneralPathSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer.
Serializer for GeneralPath.
GeneralPathSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
 
GenericLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.
Data object for an ILabelModel that can be used to create custom label models out of existing ILabelModelParameter instances.
GenericLabelModel(ILabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Create a new generic label model using the provided parameter as the default parameter.
GenericLabelModel(ILabelModelParameter, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Create a new generic label model using the provided parameter as the default parameter.
GenericLabelModel.GenericLabelModelParameterPair - class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.GenericLabelModelParameterPair.
This class is used to serialize a GenericLabelModel's parameter together with an ILabelCandidateDescriptor.
GenericLabelModel.GenericLabelModelParameterPair(ILabelModelParameter, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.GenericLabelModelParameterPair
 
GenericLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter.
 
GenericLabelModel.ModelParameter(ILabelModelParameter, GenericLabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
GenericLabelModel.ModelParameter(ILabelModelParameter, GenericLabelModel, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
GenericLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.GenericLabelModelParameterDeserializer.
Deserializer for GenericLabelModel parameters.
GenericLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.GenericLabelModelParameterDeserializer
 
GenericLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.GenericLabelModelParameterSerializer.
Serializer for GenericLabelModel parameter.
GenericLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.GenericLabelModelParameterSerializer
 
GradientEntry - class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry.
An gradient entry of a LinearGradient.
GradientEntry() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry
 
GradientEntry(Color, float) - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry
 
Graph2DRoundtripSupport - class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport.
A RoundtripSupport for use with the y.view package.
Graph2DRoundtripSupport() - Constructor for class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
 
Graph2DRoundtripSupportBase - class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase.
A RoundtripSupport for use with the y.view package.
Graph2DRoundtripSupportBase() - Constructor for class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
 
GraphDecoder - class com.yworks.yfiles.server.graphml.support.GraphDecoder.
Utility class that extracts an input stream from a HTTP request, performing some decoding if necessary.
GraphDecoder() - Constructor for class com.yworks.yfiles.server.graphml.support.GraphDecoder
 
GraphMLLayoutGraphIOHandler - class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler.
IOHandler for (de)serializing graphs from/to GraphML format.
GraphMLLayoutGraphIOHandler() - Constructor for class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Creates a new instance of GraphMLLayoutGraphIOHandler.
GraphMLVersion - class com.yworks.yfiles.server.graphml.support.GraphMLVersion.
Attribute values for the GraphML version attribute that specifies the version of the yWorks GraphML extension.
GraphRoundtripSupport - class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport.
Utility class that helps during Graph roundtrips to the client.
GraphRoundtripSupport() - Constructor for class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
 
GraphRoundtripSupportBase - class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.
Utility class that helps during Graph roundtrips to the client.
GraphRoundtripSupportBase() - Constructor for class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler - class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.
A special GraphML I/O handler implementation that adds support for roundtrips with a yFiles FLEX client.
GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler(GraphRoundtripSupportBase) - Constructor for class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
 
GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator - class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator.
 
GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator() - Constructor for class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
 
GraphSharedInstanceProvider - class com.yworks.yfiles.server.graphml.support.GraphSharedInstanceProvider.
 
GraphSharedInstanceProvider(LayoutGraph, Object, Object, Object, Object) - Constructor for class com.yworks.yfiles.server.graphml.support.GraphSharedInstanceProvider
 
get(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat
Gets the value (as String) of the property with the given name.
get(Object) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getARGBString(Color) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Create an argb hex string (e.g.
getAbsoluteLocation() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Calculates the absolute location of the port in world coordinates described by the port's location model parameter.
getAccumulatedInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Calculates the accumulated insets for the table.
getActualSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets the actual size of this stripe.
getAlign() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Returns the horizontal alignment or null if the default alignment is used.
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
The angle to rotate this gradient
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
The angle by which the label should be rotated.
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter
 
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
The angle the labels are rotated about.
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
The angle the labels are rotated about.
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
The angle of the label relative to the edge's path.
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
The angle the labels are rotated about.
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
getAngle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
getAttributeValue(Node, String) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
Returns the value of an attribute
getBackgroundFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The fill to use for the background box of the label or null
getBackgroundFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
The background fill of the label.
getBackgroundStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The stroke to use for the background box of the label or null
getBackgroundStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
The border stroke of the label.
getBackgroundStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
The INodeStyle which renders the background of the table.
getBackgroundStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
The INodeStyle which renders the background of the table.
getBends() - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
A list of Bend instances that define the geometric shape of the dummy edge.
getBends() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
getBool(Object) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getBottom() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Insets
 
getButtonLocationParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
getCalculatedSize(Label) - Method in interface com.yworks.yfiles.server.graphml.flexio.LabelSizeCalculator
Calculates the size of a given label.
getCalculatedSize(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
Calculates the size of a given label.
getCalculatedSize(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Calculates the size of a given label.
getCalculatedSize(Label) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Calculates the size of a given label.
getChildNode(Node, String, String) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
Returns a child element of the given node.
getChildNodes(Node, String, String) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
Returns all child elements of the given node with the given name and namespace.
getChildren() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
 
getChildren(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
getChildren(Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Returns a list of all child nodes of the given parent node.
getChildren() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
 
getChildren() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets a list of this stripe's direct children.
getChildren(Node) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Returns a list of all child nodes of the given parent node.
getClassName() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Get the class name of the Flex client's class that is used for creating icon instances.
getCollapsedIcon() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
getColor() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry
The color of this entry.
getColor() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.SolidColor
Returns the stroke's color.
getColor() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
Returns the stroke's color.
getColor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
The base color to use.
getColor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
The background color.
getColumnDefaults() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Default settings for newly created columns.
getColumnDefaults() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
getColumnLayout(Table, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Return the sizes of all leaf columns.
getColumns() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
A list of the nested child columns of this column.
getColumns() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
A list with the root level columns.
getColumns() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
getColumns() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
getCommitLabelLayouts() - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Whether this output handler will call FlexIOTools.copyLabelLayouts(y.layout.LayoutGraph) before the labels are written.
getComponent() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle
 
getComponentClassName() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle
 
getContentType() - Method in class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
Get the content type that will be used for the response header.
getContentType() - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Get the content type that will be used for the response header.
getContentType() - Method in class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
Get the content type that will be used for the response header.
getContentType() - Method in class com.yworks.yfiles.server.graphml.servlets.UploadServlet
Get the content type that will be used for the response header.
getContext() - Method in class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent
Returns the current parse context.
getContext(Port, IPortLocationModelParameter) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModel
Provides a lookup context for the given combination of port and parameter.
getContext(Port, IPortLocationModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
 
getContextPropertyName() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the contextPropertyName.
getCropLength() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Gets the cropping length associated with this instance.
getCropLength() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IArrow
Gets the cropping length associated with this instance.
getCurrentMasterSource() - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
The source node of the edge or one of its ancestors to which the dummy edge connects in the folded graph view, if the actual parent is currently collapsed in an ancestor node.
getCurrentMasterTarget() - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
The target node of the edge or one of its ancestors to which the dummy edge connects in the folded graph view, if the actual parent is currently collapsed in an ancestor node.
getDataPropertyName() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the dataPropertyName.
getDefaultNodeSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
The default node size the is applied when a new node is created.
getDefaultNodeSize() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The default node size that will be used for newly created nodes of a layout graph that has been created using GraphRoundtripSupportBase.createRoundtripGraph().
getDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
getDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
getDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
getDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
getDefinedProperties() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat
Gets a set with all set property names.
getDelegateParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
getDescriptor(Label, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ConstantLabelCandidateDescriptorProvider
Always yields the parameter that has been passed to the constructor.
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
 
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Gets the descriptor.
getDescriptor(Label, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Gets the descriptor for a given combination of label and ILabelModelParameter.
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
getDescriptor(Label, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Gets the descriptor for a given combination of label and ILabelModelParameter.
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.GenericLabelModelParameterPair
 
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
getDescriptor(Label, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Yields the ILabelCandidateDescriptor that has been associated with the instance during addParameter.
getDescriptor(Label, ILabelModelParameter) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelCandidateDescriptorProvider
Gets the descriptor for a given combination of label and ILabelModelParameter.
getDescriptor(Label, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Gets the descriptor for a given combination of label and ILabelModelParameter.
getDescriptor(Label, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Gets the descriptor for a given combination of label and ILabelModelParameter.
getDescriptor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
 
getDeserializer() - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
Returns a deserializer that can parse xml elements which reference shared elements.
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
The distance orthogonally to the connection between the source and target point.
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
The distance between the label and the edge's path.
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
The distance between the label and the edge's path.
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
Gets or sets a property that determines the distance between the label's center and the anchor point on the edge's path.
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
Tthe distance between the label and the edge's path.
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
getDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
getDouble(Object) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getDummyEdgeMode() - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
The strategy that determines how hidden edges are mapped to dummy edges.
getEdgeViewState(DummyEdgeId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns the view state of a dummy edge defined by the provided dummy edge id.
getEdgeViewState(Graph, DummyEdgeId) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Returns the view state of a dummy edge identified by the provided dummy edge id.
getEffectiveMinSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets the maximum of minimum size and the insets.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelDeserializer
The local name that the node must satisfy if it should be deserialized.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ObjectDeserializer
Returns the local name of element nodes this deserializer can handle.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ObjectSerializer
Returns the local name that shall be used for the serialized element node.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
The local name that the node must satisfy if it should be deserialized.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrayDeserializer
Returns 'Array'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer
Returns 'DefaultArrow'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer
Returns 'IBevelNodeStyle'
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer
Returns 'IImageNodeStyle'
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ComponentNodeStyleDeserializer
Returns 'ComponentNodeStyle'
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DummySimplePortStyleDeserializer
 
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer
Returns 'ExteriorLabelModel'
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer
Returns Constants.Y_BRUSH
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer
Returns Constants.Y_FONT.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabelModelParameterDeserializer
Returns 'FreeEdgeLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeNodeLabelModelParameterDeserializer
Returns 'FreeNodeLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathDeserializer
Returns GeneralPathSerializer.GENERAL_PATH_ELEMENT
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathNodeStyleDeserializer
Returns 'IGeneralPathNodeStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GenericLabelModelParameterDeserializer
Returns 'GenericLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDecoratorDeserializer
Returns 'IIconLabelStyleDecorator'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDeserializer
Returns 'IIconLabelStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageDeserializer
Returns Constants.Y_IMAGE.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageIconDeserializer
Returns 'ImageIcon'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageNodeStyleDeserializer
Returns 'ImageNodeStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorLabelModelParameterDeserializer
Returns 'InteriorLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorStretchLabelModelParameterDeserializer
Returns 'InteriorStretchLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.NodeStyleLabelStyleAdapterDeserializer
Returns 'NodeStyleLabelStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PanelNodeStyleDeserializer
Returns 'IPanelNodeStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PolylineEdgeStyleDeserializer
Returns 'IPolylineEdgeStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.RotatingEdgeLabelModelParameterDeserializer
Returns 'RotatingEdgeLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer
Returns 'IShapeNodeStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SimpleLabelStyleDeserializer
Returns 'ISimpleLabelStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SimplePortStyleDeserializer
Returns 'SimplePortStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer.ModelDeserializer
Returns 'ModelState'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer
Returns 'SliderEdgeLabelModel'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.StrokeDeserializer
Returns 'Pen'
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TagOwnerUserTagProviderDeserializer
Returns 'TagOwnerUserTagProvider'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateLabelStyleDeserializer
Returns 'TemplateLabelStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateNodeStyleDeserializer
Returns 'TemplateNodeStyle'.
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TextLayoutFormatDeserializer
 
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer
Returns 'DefaultArrow'.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer
Returns 'IBevelNodeStyle'.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer
Returns 'IImageNodeStyle'.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.CollectionSerializer
Returns 'Collection'.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ComponentNodeStyleSerializer
Returns 'ComponentNodeStyle'.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer
Returns 'ExteriorLabelModel'.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeEdgeLabelModelParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathNodeStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GenericLabelModelParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleDecoratorSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageIconSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageNodeStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorLabelModelParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorStretchLabelModelParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.NodeStyleLabelStyleAdapterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PanelNodeStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PolylineEdgeStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.RotatingEdgeLabelModelParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ShapeNodeStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimpleLabelStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimplePortStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SliderEdgeLabelModelParameterSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
Never used as canHandle is overridden.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TagOwnerUserTagProviderSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateLabelStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateNodeStyleSerializer
The local name of the serialized element node.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TextLayoutFormatSerializer
 
getElementName(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortDeserializer
The local name that the node must satisfy if it should be deserialized.
getElementName(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortSerializer
The local name of the serialized element node.
getEntries() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
The color gradient entries of this gradient.
getExpandedIcon() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
getExportDataInputStream(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Retrieves the input stream from the request to read the export data from.
getExteriorPosition(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
 
getFamily() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Returns the font family name.
getFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Gets the IFill the arrow is filled with.
getFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
The fill to be used for drawing the path
getFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
The fill for this style.
getFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Gets the background fill.
getFirstChildElement(Node) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
Returns the first child node of the given node that is of type Node.ELEMENT_NODE.
getFirstLabel(Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the first label registered with the given node, or null if no labels are registered.
getFirstLabel(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the first label registered with the given edge, or null if no labels are registered.
getFont() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The font for the label's text.
getFontFill() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The font color for the label's text.
getGraph() - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph
 
getGraphDecoder() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Get the decoder that is used to decode the data received from the client.
getGraphIdAcceptor() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Return the DataAcceptor instance for graph ids that has been previously registered with GraphMLLayoutGraphIOHandler.setGraphIdAcceptor(y.base.DataAcceptor)
getGraphIdProvider() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Return the DataProvider instance for graph ids that has been previously registered with GraphMLLayoutGraphIOHandler.setGraphIdProvider(y.base.DataProvider)
getGraphInputStream(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
Retrieves the input stream from the request to read the graphml from.
getGraphInputStream(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
Retrieves the input stream from the request to read the graphml from.
getGraphInputStream(HttpServletRequest, String) - Method in class com.yworks.yfiles.server.graphml.support.GraphDecoder
Extracts an input stream from the given request using the given parameter.
getGraphMLString(HttpServletRequest) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the decoded GraphML string sent as AbstractGraphRoundtripSupport.PARAM_GRAPH parameter of request.
getGraphMLVersion() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The version string that will be used for writing the version attribute of the GraphML element.
getHeight() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IIcon
The height of the icon.
getHeight() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
The width of the icon.
getIcon() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IIconLabelStyleDecorator
The icon to paint for the label
getIcon() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
The icon to paint for the label.
getIcon() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
The icon to paint for the label.
getIconPlacement() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IIconLabelStyleDecorator
The icon placement model parameter.
getIconPlacement() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Gets the placement model parameter.
getIconPlacement() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
Gets the placement model parameter.
getIdDataAcceptor() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Return the DataAcceptor instance for graph element ids that has been previously registered with GraphMLLayoutGraphIOHandler.setIdDataAcceptor(y.base.DataAcceptor)
getIdDataProvider() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Return the DataProvider instance for graph element ids that has been previously registered with GraphMLLayoutGraphIOHandler.setIdDataProvider(y.base.DataProvider)
getImage() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle
 
getImageClassName() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle
Name of a Flex class that encapsualtes an image.
getInnerModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
getInnerModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Gets the wrapped label model.
getInnerModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
getInnerModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
 
getInnerParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel.ModelParameter
 
getInnerParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
 
getInnerParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel.ModelParameter
 
getInnerStyle() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IIconLabelStyleDecorator
The inner style that gets decorated by this decorator.
getInnerStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
The inner style that gets decorated by this decorator.
getInnerStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
The inner style that is decorated by this decorator.
getInputStream(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
Get a stream to send to the client.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
The insets to use for the bevel.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Insets for the labels.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
The label's insets.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Insets for the labels.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
The style's insets.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets the insets of this stripe.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default insets for the stripe.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Gets the table's insets.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Gets the insets.
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
getInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A shared instance of the NodeScaledPortLocationModel.
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
 
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
 
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FallbackDeserializer
 
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.serializer.CollectionSerializer
 
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
 
getInstance() - Static method in class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
 
getInt(Object) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getInteriorPosition(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
 
getLabelCandidates(EdgeLabelLayout, EdgeLayout, NodeLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
getLabelCandidates(NodeLabelLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
getLabelCandidates(EdgeLabelLayout, EdgeLayout, NodeLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
getLabelCandidates(NodeLabelLayout, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
getLabelInsetsColor() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
The color for the label insets.
getLabelModelParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Gets the label model's parameter that determines the positioning of this label.
getLabelModelParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default ILabelModelParameter.
getLabelModelParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
getLabelModelParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
getLabelModels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel
The collection of ILabelModels this model is composed of.
getLabelModels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelExtension
 
getLabelPlacement(YDimension, EdgeLayout, NodeLayout, NodeLayout, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
getLabelPlacement(YDimension, NodeLayout, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
getLabelPlacement(YDimension, EdgeLayout, NodeLayout, NodeLayout, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel
 
getLabelPlacement(YDimension, NodeLayout, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel
 
getLabelPlacement(YDimension, NodeLayout, ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel
Returns the oriented label position and bounds encoded by the given model parameter.
getLabelStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
The label style that will be used to draw the foreground of the label.
getLabelStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default style for a stripe label.
getLabelStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
getLabelXOffset() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLabelXRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLabelYOffset() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLabelYRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLabels(Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Return the list of labels registered for the given node.
getLabels(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Return the list of labels registered for the given edge.
getLabels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
The list of this stripe's labels.
getLabels(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the list of labels registered for the given node.
getLabels(Edge) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the list of labels registered for the given edge.
getLabels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
getLabels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
getLabels() - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
A list of Label instances that define the labels associated with the dummy edge.
getLabels() - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
A list of Label instances that define the labels of the collapsed node.
getLabels() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
getLabels() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
getLayout() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
Gets the bounding box of this column.
getLayout() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
Gets the bounding box of this row.
getLayout() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Gets the bounding box of the table.
getLayout() - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
The layout of the collapsed node.
getLayout() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
getLayoutXOffset() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLayoutXRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLayoutYOffset() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLayoutYRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getLeaves() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets all leaf stripes which are descendants of this stripe.
getLeft() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Insets
 
getLocalRoot() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
A non-leaf node that is considered the virtual root node of this graph.
getLocalRoot(Graph) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Returns the node that is currently considered the virtual root node of the folded graph.
getLocation(Port, IPortLocationModelParameter) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModel
Calculates the location in world coordinates for a given port using the given model parameter.
getLocation(Port, IPortLocationModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
 
getLocation() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
One of SliderParameterLocation.LEFT or SliderParameterLocation.RIGHT determining on which side of the edge the label shall be placed.
getLocation() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
getLocation() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
getLocation() - Method in class com.yworks.yfiles.server.graphml.folding.markup.BendExtension
 
getLocationModelParameter() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Gets the port model's parameter that determines the location of this port.
getMasterEdge() - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
Returns the master edge that is represented by the dummy edge described by this id.
getMasterNode() - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodeId
The master node instance whose collapsed state is represented by a dummy.
getMasterPort() - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodePortId
The master port instance that is represented a dummy.
getMasterPort() - Method in class com.yworks.yfiles.server.graphml.folding.PortViewState
Returns the master port of the expanded node this port view state belongs to.
getMinimalTableDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Gets the minimal distance between two different table nodes.
getMinimumSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets the minimum size of this stripe.
getMinimumSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default minimum size for the stripe.
getMinimumSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
getMinimumSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
getMinimumSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
Gets the model that is associated with this parameter.
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperNodeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
getModel() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModelParameter
Gets the model that is associated with this parameter.
getModel() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModelParameter
Gets the model that has created this parameter.
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
The model for this parameter.
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
getModel() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
getModels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel
 
getModels() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel
 
getName() - Method in interface com.yworks.yfiles.server.graphml.support.IRoundtripMapper
The value of the attr.name property of the key element this data map is serialized to.
getName() - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getNamespace(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer
The namespace of the serialized element node.
getNamespace(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
 
getNamespace(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TextLayoutFormatSerializer
 
getNamespace(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortSerializer
The namespace of the serialized element node.
getNamespaceManager() - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
getNeighbors(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
getNeighbors(Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Returns a list containing the given node and all it's neighbor nodes.
getNeighbors(Node) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Returns a list containing the given node and all it's neighbor nodes.
getNodeHierarchy() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns an INodeHierarchy for this graph that can be used for grouping related functionality.
getNodeStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
The node style that will be used to draw the background of the label.
getNodeViewState(DummyNodeId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns the view state of a collapsed group node.
getNodeViewState(Graph, DummyNodeId) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Returns the view state of a collapsed group node.
getNodes() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
getNodes() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Returns a node cursor that allows for breadth-first iteration over the node hierarchy of the provided graph.
getNodes(Graph) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Returns a node cursor that allows for breadth-first iteration over the node hierarchy of the provided graph.
getNotSetLocationModelParameterInstance() - Static method in class com.yworks.yfiles.server.graphml.folding.PortDeserializer
The location model parameter instance that is set for a port if no parameter can be deserialized.
getOffset() - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameter
 
getOffset() - Method in class com.yworks.yfiles.server.graphml.flexio.data.javamarkup.NodeScaledParameterExtension
 
getOffset() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Returns the offset of the port location relative to the port owner's center.
getOwner() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
The parent column of this column.
getOwner() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Gets the owner of this label.
getOwner() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
The parent row of this row.
getOwner() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Returns the owner of the port.
getOwnerLayout() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
 
getOwnerLayout(Object) - Static method in class com.yworks.yfiles.server.graphml.folding.markup.Port
 
getPackageName(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Deprecated. replaced by SymbolicPackageNameRegistry.getPackageNames(String)()
getPackageNames(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Returns the package names that the given symbolic name is mapped to.
getParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeEdgeLabelModel.ModelParameter
 
getParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
 
getParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeNodeLabelModel.ModelParameter
 
getParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.GenericLabelModelParameterPair
 
getParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
 
getParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
 
getParameters() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Gets the parameter list.
getParent(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
getParent(Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Gets the parent node of the provided node.
getParent(Node) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Get the parent node of the provided node.
getPath() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
Get the path that defines the boundary of the shape.
getPattern() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke
Returns the dash pattern.
getPoints() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Returns the font's point size.
getPortOwner(DummyEdgePortId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns the port owner of the port described by the provided dummy edge port id.
getPortOwner(DummyEdgePortId) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
 
getPortViewState(DummyNodePortId) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns the view state of a node port defined by the provided dummy node port id.
getPortViewState(Graph, DummyNodePortId) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Returns the view state of a node port defined by the provided dummy node port id.
getPortViewState(Port) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
Returns the port view state for given port of the master node this node view state belongs to.
getPorts(Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the ports of the provided node.
getPorts(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the ports of the provided node.
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
String that determines the label model parameter's position as defined in the position constants of class ExteriorLabelModel.
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
The label position, specified as one of the position constants defined by class InteriorLabelModel.
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
The label position.
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
A String which encodes this position
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
getPosition() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
getPrecedence() - Method in class com.yworks.yfiles.server.graphml.flexio.LabelOutputHandler
The handler shall be called before its children.
getPrecedence() - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
This input handler shall be used before any other one.
getPrecedence() - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
This handler shall write before its children.
getPrecedence() - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
This output handler shall be called before its children.
getPreferredSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Gets the preferred size of this label.
getPreferredSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
getProfit() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelCandidateDescriptor
Gets the profit to weigh in if this candidate is chosen.
getProfit() - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor.ConstantDescriptor
Gets the profit to weigh in if this candidate is chosen.
getProfit() - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
 
getProfit() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
 
getPropertyName(String) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ReflectionBasedDeserializer
 
getPropertyName(GraphMLWriteContext, PropertyDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExtensionBasedSerializer
 
getPropertyName(GraphMLWriteContext, PropertyDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
Returns the string that should be used for the attribute or child element when a property is serialized.
getProvidedInsets() - Method in interface com.yworks.yfiles.server.graphml.flexio.InsetsProvider
Gets the insets provided by the implementor.
getProvidedInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
Gets the insets provided by the implementor.
getProvidedInsets() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
Gets the insets provided by the implementor.
getRadius() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
The radius of the corner of the rounded rectangle.
getRadius() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
Returns the radius of the style.
getRadius() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Gets the corner radius.
getRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry
The ratio between 0 and 1 at which this entry should be considered for the LinearGradient.
getRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
The ratio at which the label will be anchored between the location of the source port and the location of the target port.
getRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
The ratio at which to place the label at the segment.
getRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
The ratio at which to place the label at the segment.
getRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter
The ratio where the label should be placed along the edge's path
getRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
The ratio at which to place the label at the segment.
getReferenceElement(String) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
 
getReferenceElement(String) - Method in interface com.yworks.yfiles.server.graphml.flexio.SharedReferenceElementProvider
Returns the XML element with the provided id, or null, if no XML element with the provided id was contained in the shared data section.
getRefid() - Method in class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent
Returns the refid of the shared element that is to be resolved.
getRelativeLocation() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Gets the relative location of the upper left corner of the table.
getRelativeLocation() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
getRight() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Insets
 
getRootColumn() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
 
getRootRow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
The root row.
getRoundtripSupport() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
 
getRowDefaults() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Default settings for newly created rows.
getRowDefaults() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
getRowLayout(Table, NodeLayout) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Return the sizes of all leaf rows.
getRows() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
A list of the nested child rows of this row.
getRows() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
A list with the root level rows.
getRows() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
getRows() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
getScale() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Gets the scale factor.
getScope() - Method in interface com.yworks.yfiles.server.graphml.support.IRoundtripMapper
The scope this data map be serialized for.
getScope() - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getSegmentIndex() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
The zero-based index of the segment beginning from the source side.
getSegmentIndex() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
The zero-based index of the segment beginning from the source side.
getSegmentIndex() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
The zero-based index of the segment beginning from the source side.
getSegmentIndex() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
getSegmentIndex() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
getSegmentRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
getSegmentRatio() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ObjectSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.CollectionSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ComponentNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
Method isn't used as canHandle is overridden.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeEdgeLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GenericLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleDecoratorSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageIconSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorStretchLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.NodeStyleLabelStyleAdapterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PanelNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PolylineEdgeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.RotatingEdgeLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ShapeNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimpleLabelStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimplePortStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SliderEdgeLabelModelParameterSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
Never used as canHandle is overridden
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TagOwnerUserTagProviderSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateLabelStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateNodeStyleSerializer
Gets the type for which this instance should handle serialization.
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TextLayoutFormatSerializer
 
getSerializationType(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortSerializer
Gets the type for which this instance should handle serialization.
getSerializer() - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
Returns a serializer that writes xml elements which reference shared instances.
getShapeNodeShape() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
The node shape.
getSharedInstanceProvider() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.SolidColor
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Returns a list containing the user tag provider and the style tag.
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.support.DefaultSharedInstanceProvider
 
getSharedInstances() - Method in class com.yworks.yfiles.server.graphml.support.GraphSharedInstanceProvider
 
getSharedInstances() - Method in interface com.yworks.yfiles.server.graphml.support.ISharedInstanceProvider
Returns an Collection for objects that shall be shared.
getSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets the size of this stripe.
getSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default size for the stripe.
getSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
getSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
getSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
getSmoothing() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
The smoothing length used for creating smooth bends.
getSourceArrow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
Gets the visual arrow at the target end of edges that use this style.
getSourceArrow() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IEdgeStyle
the visual arrow at the source end of edges that use this style.
getSourceArrow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.common.VoidEdgeStyle
the visual arrow at the source end of edges that use this style.
getSourcePort(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the port at the source node the edge is connected to.
getSourcePort(Edge, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the port at the source node the edge is connected to.
getSourcePort(Edge) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the port at the source node the edge is connected to.
getSourcePort() - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
A Port instance that defines the source port location of the dummy edge.
getSourcePort() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
getStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Gets the IStroke the arrow's outline is drawn with.
getStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
The stroke to be used for drawing the path
getStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
The stroke used for drawing an edge with this style.
getStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
The stroke for this style.
getStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
Returns the stroke of the style.
getStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Gets the border stroke.
getStyle(Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the style that is currently registered for the given node.
getStyle(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the style that is currently registered for the given edge.
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Returns the style that determines for the visual representation of this label.
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
This stripe's style.
getStyle(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the style that is currently registered for the given node.
getStyle(Edge) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the style that is currently registered for the given edge.
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default style of a stripe.
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
getStyle() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
getStyle() - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
The style that defines the visual appearance of the dummy edge.
getStyle() - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
The style that defines the visual appearance of the dummy node.
getStyle() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
The port style.
getStyle() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
getStyle() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
getStyleTag() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the style tag.
getSymbolicPackageName(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Returns the symbolic package name for the given package name.
getTable(Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ITableProvider
Returns the table which is bound to this implementor.
getTable() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Gets the table which owns the Column or Row.
getTable(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
 
getTable() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
The table which is bound to the node via this style.
getTable(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
 
getTableRenderingOrder() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
Whether to draw the rows or columns first.
getTableRenderingOrder() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
Whether to draw the rows or columns first.
getTag() - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
The user tag assigned to this edge view state.
getTag() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Bend
The user tag assigned to this bend
getTag() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
The user tag assigned to this port
getTag() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
getTagInputHandlerProvider() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Returns the input handler provider for the user tags.
getTagName(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExtensionBasedSerializer
 
getTagName(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
 
getTagOutputHandler() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Returns the output handler for the user tags.
getTargetArrow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
Gets the visual arrow at the target end of edges that use this style.
getTargetArrow() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IEdgeStyle
the visual arrow at the target end of edges that use this style.
getTargetArrow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.common.VoidEdgeStyle
the visual arrow at the target end of edges that use this style.
getTargetPort(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the port at the target node the edge is connected to.
getTargetPort(Edge, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the port at the target node the edge is connected to.
getTargetPort(Edge) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the port at the target node the edge is connected to.
getTargetPort() - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
A Port instance that defines the target port location of the dummy edge.
getTargetPort() - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
getTemplateClass() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the name of the template class.
getText() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Gets the text string associated with this label.
getText() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
getTextContext(Node) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
Returns the node value of the first child of the given node that is of type Node.TEXT_NODE or of type Node.CDATA_SECTION_NODE.
getTextConverter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
A String which defines how the label text will be interpreted.
getTextFormat() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
The text layout format for the label.
getTop() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Insets
 
getTopLevelNodes() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
getTopLevelNodes() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Returns a cursor over all top level nodes of the provided graph, i.e., all nodes for which NodeHierarchy.getParent( node ) yields null.
getTopLevelNodes(Graph) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Returns a cursor over all top level nodes of the provided graph, i.e., all nodes for which NodeHierarchy.getParent( node ) yields null.
getType() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
The arrow type.
getType() - Method in interface com.yworks.yfiles.server.graphml.support.IRoundtripMapper
The type of the data in this data map.
getType() - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
getTypeConverter(Class) - Static method in class com.yworks.yfiles.server.graphml.support.reflection.TypeConverters
An ITypeConverter for the given type is looked up and returned.
getURL() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Get the url where the icon image is loaded from.
getUrl() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle
The URL where the image is located.
getUserTag(Object, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the user tag of the provided node, edge or Label

The usertag is retrieved using the data mapper registered with key AbstractGraphRoundtripSupport.USERTAGS_DPKEY

getUserTag(Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the user tag of the provided node.
getUserTag(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the user tag of the provided edge.
getUserTag(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the user tag of the provided node, edge or Label

The usertag is retrieved using the data mapper registered with key AbstractGraphRoundtripSupport.USERTAGS_DPKEY

getUserTagProvider() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the IUserTagProvider to retrieve user defined data which is associated with the model item.
getUserTagProviderClass() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the name of the user tag provider class.
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelOutputHandler
 
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.PortLocationModelOutputHandler
 
getValue() - Method in class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent
Returns the shared instance, if the reference was successfully resolved.
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
 
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.ZOrderOutputHandler
 
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewStateOutputHandler
 
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.NodeExpandedOutputHandler
 
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewStateOutputHandler
 
getValue(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.PortViewStateOutputHandler
 
getViewId(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewStateOutputHandler
The id of the view.
getViewId(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortViewStateOutputHandler
The id of the view.
getWeight() - Method in interface com.yworks.yfiles.server.graphml.flexio.compat.IStroke
Returns the stroke's weight.
getWeight() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
Returns the stroke's weight.
getWidth() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IIcon
The width of the icon.
getWidth() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
The width of the icon.
getWrapped() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle
Gets the wrapped style.
getWrapped() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
getX() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
getX() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
getX() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Bend
 
getXmlNamespaceURI(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
The namespace URI that the node must satisfy if it should be deserialized.
getXmlNamespaceURI(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrayDeserializer
Returns Constants.YWORKS_EXT_ARRAY_NS_URI.
getXmlNamespaceURI(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.TextLayoutFormatDeserializer
 
getXmlNamespaceURI(GraphMLParseContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortDeserializer
The namespace URI that the node must satisfy if it should be deserialized.
getY() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
getY() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
getY() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Bend
 
getZOrder(Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the z-order that is currently registered for the given node.
getZOrder(Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Returns the z-order that is currently registered for the given edge.
getZOrder() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Gets the z-order used on client side to determine the rendering order of the label.
getZOrder(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the z-order that is currently registered for the given node.
getZOrder(Edge) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Returns the z-order that is currently registered for the given edge.
getZOrder() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
getZOrder() - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Returns the z-order of the port used on client side.

H

Hexagon - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A hexagon
handleCollapsedNode(LayoutGraph, Node) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
hide children and edges of a hidden node (also: create dummy edge), hide the node
handleCollapsedNode(LayoutGraph, Node) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
 
hasProperty(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat
Whether the property with the given name as a defined value.
hashCode() - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
 
hashCode() - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodeId
 
hashCode() - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodePortId
 

I

IArrow - interface com.yworks.yfiles.server.graphml.flexio.data.IArrow.
Interface for yFiles client arrow data objects.
IEdgeStyle - interface com.yworks.yfiles.server.graphml.flexio.data.IEdgeStyle.
Interface for the yFiles FLEX client edge style data objects.
IEnum - interface com.yworks.yfiles.server.graphml.support.IEnum.
Tagging interface for enum classes that should be serialized automatically using the ReflectionBasedSerializer In order to support automatic deserialization, a static method IEnum valueOf(String s) has to be provided by the enum implementation.
IFill - interface com.yworks.yfiles.server.graphml.flexio.compat.IFill.
Compatibility (tagging) interface for fills.
IGNORE_MISSING_DESERIALIZER - Static variable in interface com.yworks.yfiles.server.graphml.flexio.FlexDeserializationProperties
Specifies the handling of missing deserializer.
IIcon - interface com.yworks.yfiles.server.graphml.flexio.data.IIcon.
Interface for yFiles FLEX client icon data objects
IIconLabelStyleDecorator - interface com.yworks.yfiles.server.graphml.flexio.data.IIconLabelStyleDecorator.
A yFiles FLEX label style data object that decorates an existing arbitrary label style with an icon.
ILabelCandidateDescriptor - interface com.yworks.yfiles.server.graphml.flexio.data.ILabelCandidateDescriptor.
Interface that describes the properties of a candidate ILabelModelParameter.
ILabelCandidateDescriptorProvider - interface com.yworks.yfiles.server.graphml.flexio.data.ILabelCandidateDescriptorProvider.
An interface that can be used to retrieve ILabelCandidateDescriptor instances for a given combination of Labels and ILabelModelParameter candidates.
ILabelModel - interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModel.
Tagging interface for yFiles client label model data objects.
ILabelModelParameter - interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModelParameter.
Common interface for parameters of ILabelModel data objects.
ILabelStyle - interface com.yworks.yfiles.server.graphml.flexio.data.ILabelStyle.
Tagging interface for yFiles FLEX client label style data objects.
IMarkupExtensionFactory - interface com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactory.
Classes implementing the IMarkupExtensionFactory thereby provide a subclass of MarkupExtension that can be used for a more convenient serialization and deserialization of its content.
IMarkupExtensionFactoryTypeConverter - class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter.
A simple type converter that converts an object of type IMarkupExtensionFactory into a MarkupExtension by calling the objects IMarkupExtensionFactory.createMarkupExtension method with an EmptyLookup.
IMarkupExtensionFactoryTypeConverter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter
 
INSTANCE - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.TagOwnerUserTagProvider
The shared instance of this tag provider.
INodeHierarchy - interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy.
Provides utility functions to query and modify the the node hierarchy of a grouped LayoutGraph.
INodeStyle - interface com.yworks.yfiles.server.graphml.flexio.data.INodeStyle.
Tagging interface for yFiles FLEX client node style data object.
IPortLocationModel - interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModel.
Interface for data objects that model yFiles FLEX port location models.
IPortLocationModelParameter - interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModelParameter.
Common interface for parameters that are created by IPortModel instances.
IPortStyle - interface com.yworks.yfiles.server.graphml.flexio.data.IPortStyle.
Tagging interface for data objects that model yFiles FLEX port styles.
IRoundtripMapper - interface com.yworks.yfiles.server.graphml.support.IRoundtripMapper.
This interface adds information to the DataMap interface that are used for serializing the map's content.
ISharedInstanceProvider - interface com.yworks.yfiles.server.graphml.support.ISharedInstanceProvider.
Classes implementing this interface can be used to define objects which shall be shared in a roundtrip using the GraphRoundtripSupport
IStroke - interface com.yworks.yfiles.server.graphml.flexio.compat.IStroke.
Compatibility interface for the yFiles FLEX GraphML format.
ITableProvider - interface com.yworks.yfiles.server.graphml.flexio.data.ITableProvider.
Interface for INodeStyles which support Tables.
ITypeConverter - interface com.yworks.yfiles.server.graphml.support.reflection.ITypeConverter.
Implementations of this interface can convert instances of one default class into or back from instances of other classes.
IUserTagProvider - interface com.yworks.yfiles.server.graphml.flexio.data.IUserTagProvider.
Tagging interface for the user tag provider used by a TemplateStyle.
IconLabelStyle - class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle.
Data object for the yFiles FLEX client IconLabelStyle.
IconLabelStyle(ILabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Creates a new instance using the provided parameters.
IconLabelStyleDecorator - class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator.
 
IconLabelStyleDecorator(IIcon, ILabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
Creates a new instance using a SimpleLabelStyle as the decorated style instance.
IconLabelStyleDecorator(IIcon, ILabelModelParameter, ILabelStyle) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
Creates a new instance using the given style as the decorated style instance.
IconLabelStyleDecoratorDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDecoratorDeserializer.
Deserializer for IconLabelStyleDecorator.
IconLabelStyleDecoratorDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDecoratorDeserializer
 
IconLabelStyleDecoratorSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleDecoratorSerializer.
Serializer for IconLabelStyleDecoratorSerializer.
IconLabelStyleDecoratorSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleDecoratorSerializer
 
IconLabelStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDeserializer.
Deserializer for IconLabelStyle.
IconLabelStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDeserializer
 
IconLabelStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleSerializer.
Serializer for IconLabelStyle.
IconLabelStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleSerializer
 
ImageDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageDeserializer.
Deserializer for images transferred as byte stream.
ImageDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageDeserializer
 
ImageIcon - class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon.
An IIcon implementation for images specified as a class name of the client application or as an URL.
ImageIcon(double, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Creates a new instance with the given width and height
ImageIconDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageIconDeserializer.
Deserializer for ImageIcon.
ImageIconDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageIconDeserializer
 
ImageIconSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ImageIconSerializer.
Serializer for ImageIcon.
ImageIconSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ImageIconSerializer
 
ImageNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle.
yFiles FLEX client image node style data object.
ImageNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle
 
ImageNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageNodeStyleDeserializer.
Deserializer for ImageNodeStyle.
ImageNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageNodeStyleDeserializer
 
ImageNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ImageNodeStyleSerializer.
Serializer for ImageNodeStyle.
ImageNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ImageNodeStyleSerializer
 
ImageSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer.
Serializer for Image writing the image as byte stream.
ImageSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer
 
Insets - class com.yworks.yfiles.server.graphml.flexio.compat.Insets.
Compatibility class for the yFiles FLEX GraphML format.
Insets(double, double, double, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.Insets
 
Insets() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.Insets
 
InsetsProvider - interface com.yworks.yfiles.server.graphml.flexio.InsetsProvider.
Implementors of this interface return Insets which can be used for size calculations
InteriorLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.
yFiles FLEX client label model data object that places the label at discrete locations inside the node's bounds.
InteriorLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Creates a new instance with default insets (0,0,0,0)
InteriorLabelModel(Insets) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Creates a new instance that uses the given insets.
InteriorLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter.
Model parameter for the interior label model
InteriorLabelModel.ModelParameter(InteriorLabelModel, String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
 
InteriorLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorLabelModelParameterDeserializer.
Deserializer for InteriorLabelModel parameter.
InteriorLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorLabelModelParameterDeserializer
 
InteriorLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorLabelModelParameterSerializer.
Serializer for InteriorLabelModel parameter.
InteriorLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorLabelModelParameterSerializer
 
InteriorStretchLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.
A label model data object for node labels that lie inside of the node's bounds and have been stretched to fit the node's size.
InteriorStretchLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Creates a new instance with default insets (0,0,0,0).
InteriorStretchLabelModel(Insets) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Creates a new instance using the provided insets.
InteriorStretchLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter.
Parameter for the interior stretch label model that defines the position of the label using one of the position constants defined in class InteriorStretchLabelModel.
InteriorStretchLabelModel.ModelParameter(ILabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
Creates a new parameter instance for the provided label model with the position set to InteriorStretchLabelModel.POSITION_CENTER.
InteriorStretchLabelModel.ModelParameter(ILabelModel, String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
Creates a new parameter instance for the provided label model using the given position.
InteriorStretchLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorStretchLabelModelParameterDeserializer.
Deserializer for InteriorStretchLabelModel parameters.
InteriorStretchLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorStretchLabelModelParameterDeserializer
 
InteriorStretchLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorStretchLabelModelParameterSerializer.
Serializer for InteriorStretchLabelModel parameter.
InteriorStretchLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorStretchLabelModelParameterSerializer
 
instance - Static variable in class com.yworks.yfiles.server.graphml.flexio.IMarkupExtensionFactoryTypeConverter
Shared instance of IMarkupExtensionFactoryTypeConverter.
instance - Static variable in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
instance - Static variable in class com.yworks.yfiles.server.graphml.support.EmptyLookup
 
internalDescriptor - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
A sharable immutable implementation of the ILabelCandidateDescriptor interface that has penalties of 1.0 and a profit of 1.0 and yields false for the ILabelCandidateDescriptor.externalCandidate property.
internalDescriptorProvider - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ConstantLabelCandidateDescriptorProvider
A sharable implementation of the ILabelCandidateDescriptorProvider interface that always yields LabelCandidateDescriptor.internalDescriptor.
isAtDummy() - Method in class com.yworks.yfiles.server.graphml.folding.DummyNodePortId
Whether the port is at a dummy node.
isAutoAdjustPreferredSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Whether to automatically adjust the preferred size upon creation.
isAutoAdjustPreferredSize() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
isAutoCreateGroupingDPs() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Returns whether data providers for grouping information should automatically be created and registered.
isAutoFlip() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IIconLabelStyleDecorator
Whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
isAutoFlip() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Get whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
isAutoFlip() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
Get whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
isAutoFlip() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Whether the label text should be automatically flipped if it would be upside-down
isAutoReadMapperData() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether mapped data contained in the GraphML data should be automatically deserialized to a data map and registered with the graph.
isAutoRotationEnabled() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
isAutoRotationEnabled() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
isAutoRotationEnabled() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
isAutoRotationEnabled() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
isAutoSerialize() - Method in interface com.yworks.yfiles.server.graphml.support.IRoundtripMapper
Whether the content of this data map shall be auto serialized by the GraphRoundtripSupport.
isAutoSerialize() - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
isAutoWriteMapperData() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether mapped data registered with the graph as a data provider should be automatically serialized.
isBold() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Returns whether the font is bold.
isClipText() - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Whether the label's text will be clipped.
isClipText() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Whether text should be clipped.
isClipText() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Whether to clip the text at the label's bounds.
isCollectionProperty(GraphMLWriteContext, Object, PropertyDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
Returns true if the property is a collection property that needs to be handled specially.
isCommitPortLocations() - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
 
isCommitPortLocations() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether the location of the edges' end points is committed to the edges' source and target ports when writing the graph.
isCompactionEnabled() - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Specifies whether or not to enable size compaction for table nodes.
isDefaultValue(GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewStateOutputHandler
 
isDistanceRelativeToEdge() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Whether distance to the edge is interpreted relatively to the edge's path.
isDistanceRelativeToEdge() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Whether distance to the edge is interpreted relatively to the edge's path.
isDistanceRelativeToEdge() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
isDistanceRelativeToEdge() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
isDocumentFragmentMode() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether the style and label elements sent from the client will be parsed into and written from DocumentFragments.
isDropShadow() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Whether to draw a drop shadow.
isEdgeRelativeDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
Whether the parameter's angle should be interpreted relative to the edge's orientation or as an absolute angle in the coordinate system.
isEdgeRelativeDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
A property that determines how the distance value should be interpreted.
isEdgeRelativeDistance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
Whether distance to the edge is interpreted relatively to the edge's path.
isExpanded(Node) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns whether the provided node is currently in expanded state.
isExpanded(Graph, Node) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Returns whether the provided node is currently in expanded state.
isExternal() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ConstantDescriptorExtension
 
isExternalCandidate() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelCandidateDescriptor
Gets a value indicating whether this candidate is deemed an external candidate.
isExternalCandidate() - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor.ConstantDescriptor
Gets a value indicating whether this candidate is deemed an external candidate.
isExternalCandidate() - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
 
isExternalCandidate() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
 
isFoldingEnabled() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
Whether this GraphMLIOHandler will be configured to read and write folded graphs.
isFoldingEnabled() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether support for folded graphs is enabled.
isFromSketch() - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Specifies whether or not from sketch mode should be enabled.
isGroupNode(Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
isGroupNode(Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Whether the given node is considered a group node.
isGroupNode(Node) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Whether the given node is considered a group node.
isHandled() - Method in class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent
Whether the reference was successfully resolved.
isHideSelectionPaintable() - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Whether the standard selection painable should be drawn.
isHierarchyEnabled() - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
Gets whether the roundtrip graph should be configured with hierarchy support.
isHorizontalLayout() - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Gets whether the configurator will prepare its associated graph for a vertical (that is top-to-bottom or bottom-to-top) layout calculation or a horizontal (that is left-to-right or right-to-left) one.
isIgnoreMissingDeserializer() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Returns whether to ignore if no DeserializationHandler can be found during parsing.
isItalic() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Returns whether the font is italic.
isLocalViewMode() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
 
isLocalViewMode() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
If folding is enabled, this property determines whether only the current expanded/collapsed state is sent to the client, instead of the complete model.
isMapLabelModels() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether client-side label models will be mapped to server-side label models when reading and vice-verse when writing the graph.
isParseGraphMLVersion() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether to set the graphMLVersionString property to the last parsed version String, thus always writing the GraphML version string that was most recently parsed.
isRecursive() - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Whether the layout should be performed recursively for the inner graphs of collapsed group nodes.
isReusingDummyNodePorts() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns whether this implementation reuses the ports of dummy nodes of this graph for dummy edges.
isReusingMasterPorts() - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Returns whether this implementation reuses the ports of non-dummy nodes of this graph for dummy edges.
isRoot(Column) - Static method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Whether the given column is the root column of a table.
isRoot(Row) - Static method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Whether the given row is the root row of a table.
isShareLabelModelParameterInstance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Whether to share label model parameter instances for a newly created stripe label.
isShareLabelModelParameterInstance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
isShareLabelStyleInstance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Whether to share style instances for a newly created stripe label.
isShareLabelStyleInstance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
isShareStyleInstance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Whether to share style instances for a newly created stripe.
isShareStyleInstance() - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
isSourceCollapsed() - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
Whether the current master source node is in collapsed/dummy state.
isSupportTables() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether to support tables.
isSupportUserTags() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
isSupportUserTags() - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Whether to support user tags.
isSupportZOrder() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether to support z-orders of graph elements automatically.
isTargetCollapsed() - Method in class com.yworks.yfiles.server.graphml.folding.DummyEdgeId
Whether the current master target node is in collapsed/dummy state.
isUnderline() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Returns whether the font is underlined.
isUseSolidColorStroke() - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
Returns whether the stroke should be deserialized as mx.graphics.SolidColorStroke at Flex side.

L

LEFT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.SliderParameterLocation
Left of the edge.
LOCAL_ROOT_DPKEY - Static variable in interface com.yworks.yfiles.server.graphml.folding.FoldedGraphKeys
Key for the data provider that holds the current virtual root node of a folded graph.
Label - class com.yworks.yfiles.server.graphml.flexio.data.Label.
A yFiles FLEX client label data object.
Label() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Label
 
Label(String, ILabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Label
Creates a new Label instance using the given label text and model parameters.
LabelCandidateDescriptor - class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor.
A simple mutable default implementation of the ILabelCandidateDescriptor interface.
LabelCandidateDescriptor() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
Creates a new instance of LabelCandidateDescriptor using the default values.
LabelCandidateDescriptor(boolean, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
Creates a new instance of LabelCandidateDescriptor.
LabelCandidateDescriptor.ConstantDescriptor - class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor.ConstantDescriptor.
 
LabelCandidateDescriptor.ConstantDescriptor(boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor.ConstantDescriptor
 
LabelCandidateDescriptorExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension.
MarkupExtension for LabelCandidateDescriptor.
LabelCandidateDescriptorExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
 
LabelCandidateDescriptorExtension(boolean, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
Creates a new instance of LabelCandidateDescriptor.
LabelCompatInputHandler - class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler.
Input Handler that tries to create the corresponding yFiles Java label models for all labels in a <Labels> element.
LabelCompatInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
 
LabelCompatOutputHandler - class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler.
An output handler that tries to commit the label model parameters for all labels in the graph that is being written to the xml fragments that were parsed when the graph was read.
LabelCompatOutputHandler(Object, KeyScope) - Constructor for class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Creates a new instance that uses the DocumentFragments stored in the data provider with the given key
LabelConverter - class com.yworks.yfiles.server.graphml.flexio.data.LabelConverter.
 
LabelConverter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.LabelConverter
 
LabelDeserializer - class com.yworks.yfiles.server.graphml.flexio.LabelDeserializer.
This class manages the deserialization of a label in the graphml input.
LabelDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.LabelDeserializer
 
LabelExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension.
Helper class to deserialize Labels of NodeViewStates or EdgeViewStates.
LabelExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
LabelInputHandler - class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler.
This class manages the deserialization of labels in the graphml input.
LabelInputHandler(KeyScope, Object) - Constructor for class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
 
LabelLayoutSetter - interface com.yworks.yfiles.server.graphml.flexio.LabelLayoutSetter.
 
LabelOutputHandler - class com.yworks.yfiles.server.graphml.flexio.LabelOutputHandler.
This class manages the serialization of label instances.
LabelOutputHandler(Object, KeyScope) - Constructor for class com.yworks.yfiles.server.graphml.flexio.LabelOutputHandler
Creates a new instance of this output handler.
LabelSizeCalculator - interface com.yworks.yfiles.server.graphml.flexio.LabelSizeCalculator.
Implementors of this interface calculate the size of a Label.
LinearGradient - class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient.
A Fill using a linear color gradient defined by multiple GradientEntry objects.
LinearGradient() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
 
LinearGradient(float, GradientEntry[]) - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
 
LoadGraphServlet - class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet.
Simple abstract base servlet that can send a GraphML file from the server to the flash client.
LoadGraphServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
 
lookup(Class) - Method in class com.yworks.yfiles.server.graphml.support.EmptyLookup
This method always returns null.
lookupNamespaceURI(Node, String) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
 

M

MarkupExtension - class com.yworks.yfiles.server.graphml.flexio.MarkupExtension.
Base class for all markup extensions.
MarkupExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.MarkupExtension
 
mappers - Variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
mark(int) - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 
markSupported() - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 

N

NODE_2_ID_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Key for storing the current node id NodeMap in the graph.
NODE_BOTTOM_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the bottom border of the node layout.
NODE_BOTTOM_LEFT_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the bottom left corner of the node layout.
NODE_BOTTOM_RIGHT_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the bottom right corner of the node layout.
NODE_CENTER_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the node layout.
NODE_LABELS_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind Lists of yFiles FLEX client compatibility Label instances.
NODE_LEFT_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the left border of the node layout.
NODE_PORTS_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind Lists of yFiles FLEX client compatibility Port instances.
NODE_RIGHT_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the right border of the node layout.
NODE_STYLE_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind the yFiles FLEX client compatibility INodeStyle instances.
NODE_TOP_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the top border of the node layout.
NODE_TOP_LEFT_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the top left corner of the node layout.
NODE_TOP_RIGHT_ANCHORED - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the top right corner of the node layout.
NODE_VIEW_STATES_DPKEY - Static variable in interface com.yworks.yfiles.server.graphml.folding.FoldedGraphKeys
Key for the data provider that holds the NodeViewState instances of collapsed group nodes in a folded graph.
NODE_Z_ORDER_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind the z-order for nodes used on a yFiles FLEX client.
NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
A parameter instance which places the label at the top side of the stripe.
NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
A parameter instance which places the label at the top side of the stripe.
NodeExpandedInputHandler - class com.yworks.yfiles.server.graphml.folding.NodeExpandedInputHandler.
Input handler that parses the expansion state of folded graphs.
NodeExpandedInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.NodeExpandedInputHandler
 
NodeExpandedOutputHandler - class com.yworks.yfiles.server.graphml.folding.NodeExpandedOutputHandler.
Output handler that writes the expansion state of nodes in folded graph.
NodeExpandedOutputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.NodeExpandedOutputHandler
Create a new output handler using scope KeyScope.NODE, type KeyType.BOOLEAN and name 'http://www.yworks.com/xml/yfiles-graphml/1.0/expansionstate'.
NodeHierarchy - class com.yworks.yfiles.server.graphml.support.NodeHierarchy.
Provides static utility functions to query and modify the the node hierarchy of a grouped LayoutGraph.
NodeInsetsInputHandler - class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler.
Input handler that parses node insets for group nodes and stores the insets in the GroupingKeys.GROUP_NODE_INSETS_DPKEY data provider.
NodeInsetsInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler
 
NodeScaledParameter - class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameter.
 
NodeScaledParameter(IPortLocationModel, YPoint) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameter
 
NodeScaledParameterConverter - class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameterConverter.
 
NodeScaledParameterConverter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameterConverter
 
NodeScaledParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.javamarkup.NodeScaledParameterExtension.
 
NodeScaledParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.javamarkup.NodeScaledParameterExtension
 
NodeScaledPortLocationModel - class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel.
Data object that models a yFiles FLEX IPortLocationModel that dynamically determines the port location based on the node's layout.
NodeScaledPortLocationModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledPortLocationModel
 
NodeStyleLabelStyleAdapter - class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter.
A yFiles FLEX client label style data object that uses a node style instance to render the background and a label style instance to render the foreground of a label.
NodeStyleLabelStyleAdapter(INodeStyle, ILabelStyle) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
Create a new instance using the given node style and label style
NodeStyleLabelStyleAdapterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.NodeStyleLabelStyleAdapterDeserializer.
Deserializer for NodeStyleLabelStyleAdapter that delegates the deserialization of the 'LabelStyle' and 'NodeStyle' child elements to the context.
NodeStyleLabelStyleAdapterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.NodeStyleLabelStyleAdapterDeserializer
 
NodeStyleLabelStyleAdapterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.NodeStyleLabelStyleAdapterSerializer.
Serializer for NodeStyleLabelStyleAdapter that delegates the serialization of the label style and node style to the context.
NodeStyleLabelStyleAdapterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.NodeStyleLabelStyleAdapterSerializer
 
NodeViewState - class com.yworks.yfiles.server.graphml.folding.NodeViewState.
Data object that describes the visual appearance of a dummy node in a folded graph.
NodeViewState() - Constructor for class com.yworks.yfiles.server.graphml.folding.NodeViewState
 
NodeViewStateExtension - class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension.
 
NodeViewStateExtension() - Constructor for class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
NodeViewStateExtension(NodeViewState) - Constructor for class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
NodeViewStateInputHandler - class com.yworks.yfiles.server.graphml.folding.NodeViewStateInputHandler.
Input handler that parses the NodeViewState instances of a folded graph structure.
NodeViewStateInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.NodeViewStateInputHandler
 
NodeViewStateOutputHandler - class com.yworks.yfiles.server.graphml.folding.NodeViewStateOutputHandler.
Output handler that writes the NodeViewState instances of a folded graph.
NodeViewStateOutputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.NodeViewStateOutputHandler
Initializes a new instance that uses scope KeyScope.NODE, type KeyType.COMPLEX and name 'http://www.yworks.com/xml/yfiles-graphml/1.0/nodeviewstates'.
NullDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.NullDeserializer.
This deserializer does deserialize xml nodes with the namespace uri Constants.YWORKS_EXT_PRIMITIVES_NS_URI and the local name 'Null' to null.
NullDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.NullDeserializer
 
NullSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.NullSerializer.
This serializer does serializer null to an element with the local name 'Null' in the namespace Constants.YWORKS_EXT_PRIMITIVES_NS_URI.
NullSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.NullSerializer
 
NullXmlWriter - class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter.
A XmlWriter that writes nothing.
NullXmlWriter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
north - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
north - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
north - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
northEast - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
northEast - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
northWest - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
northWest - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.

O

ONE_POINT_THREE - Static variable in class com.yworks.yfiles.server.graphml.support.GraphMLVersion
 
ONE_POINT_TWO - Static variable in class com.yworks.yfiles.server.graphml.support.GraphMLVersion
 
ONE_POINT_ZERO - Static variable in class com.yworks.yfiles.server.graphml.support.GraphMLVersion
 
ObjectDeserializer - class com.yworks.yfiles.server.graphml.flexio.binary.ObjectDeserializer.
 
ObjectDeserializer(List) - Constructor for class com.yworks.yfiles.server.graphml.flexio.binary.ObjectDeserializer
 
ObjectSerializer - class com.yworks.yfiles.server.graphml.flexio.binary.ObjectSerializer.
 
ObjectSerializer(List) - Constructor for class com.yworks.yfiles.server.graphml.flexio.binary.ObjectSerializer
 
Octagon - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
An octagon
objectMappers - Variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
onHandleDeserialization(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
Listen to a serialization event.
onHandleDeserialization(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FallbackDeserializer
Callback method to handle the deserialization of the data contained in event.
onHandleDeserialization(DeserializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.NullDeserializer
Callback method to handle the deserialization of the data contained in event.
onHandleSerialization(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer
This implementation checks if TypeBasedSerializer.canHandle(y.io.graphml.output.SerializationEvent) returns true for the supplied event argument, in which case it: writes the outer xml element with name AbstractSerializer.getElementName(y.io.graphml.output.GraphMLWriteContext) and namespace AbstractSerializer.getNamespace(y.io.graphml.output.GraphMLWriteContext), calls AbstractSerializer.serializeItem(Object, y.io.graphml.output.XmlWriter , y.io.graphml.output.GraphMLWriteContext), and sets SerializationEvent.setHandled(boolean) to true.
onHandleSerialization(SerializationEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.NullSerializer
 
onQueryInputHandler(QueryInputHandlersEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.AbstractInputHandlerProvider
If the event is accepted, this input handler is initialized and added to the event.
onQueryOutputHandler(QueryOutputHandlersEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
 
onResolveExternalFallbackReference(ResolveReferenceEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Resolve external references, if they couldn't be resolved using onResolveExternalOverrideReference(ResolveReferenceEvent) or onResolveInternalReference(ResolveReferenceEvent, DeserializationHandler).
onResolveExternalOverrideReference(ResolveReferenceEvent) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Resolve an external reference.
onResolveInternalReference(ResolveReferenceEvent, DeserializationHandler) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Resolve inline references.

P

PARAM_EXPORT_DATA - Static variable in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
 
PARAM_GRAPH - Static variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Parameter name of the request parameter that contains graphml sent by the client.
PLAIN_TEXT_FORMAT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Constant for the textConverter property which lets the text be rendered as plain text.
POSITION_CENTER - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the center of the node interior.
POSITION_CENTER - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Encodes a position at the center the node interior.
POSITION_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the right side
POSITION_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the right side of the node interior.
POSITION_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Encodes a position at the right side of the node interior.
POSITION_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
Encodes a position at the right side of the stripe.
POSITION_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
Encodes a position at the right side of the stripe.
POSITION_NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the top
POSITION_NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the top side of the node interior.
POSITION_NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Encodes a position at the top side of the node interior.
POSITION_NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
Encodes a position at the top side of the stripe.
POSITION_NORTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
Encodes a position at the top side of the stripe.
POSITION_NORTH_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the upper right corner
POSITION_NORTH_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the top right corner of the node interior.
POSITION_NORTH_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the upper left corner
POSITION_NORTH_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the top left corner of the node interior.
POSITION_SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the bottom
POSITION_SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the bottom side of the node interior.
POSITION_SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Encodes a position at the bottom side of the node interior.
POSITION_SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
Encodes a position at the bottom side of the stripe.
POSITION_SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
Encodes a position at the bottom side of the stripe.
POSITION_SOUTH_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the lower right corner
POSITION_SOUTH_EAST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the bottom right corner of the node interior.
POSITION_SOUTH_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the lower left corner
POSITION_SOUTH_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the bottom left corner of the node interior.
POSITION_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Encodes a position outside the node at the left side
POSITION_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
Encodes a position at the left side of the node interior.
POSITION_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Encodes a position at the west side of the node interior.
POSITION_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
Encodes a position at the left side of the stripe.
POSITION_WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
Encodes a position at the left side of the stripe.
PanelNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle.
A yFiles FLEX client panel node style data object.
PanelNodeStyle(Insets, Color, Color) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
Creates a new instance using the given parameters.
PanelNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
Creates a new instance using default insets (5,5,5,5), a black background and a gray label insets color.
PanelNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.PanelNodeStyleDeserializer.
Deserializer for PanelNodeStyle.
PanelNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.PanelNodeStyleDeserializer
 
PanelNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.PanelNodeStyleSerializer.
Serializer for PanelNodeStyle.
PanelNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.PanelNodeStyleSerializer
 
Parallelogram - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A parallelogram
PolylineEdgeStyle - class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle.
An edge style data object that draws edges consisting of multiple lines using a chosen IStroke.
PolylineEdgeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
 
PolylineEdgeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.PolylineEdgeStyleDeserializer.
Deserializer for PolylineEdgeStyle.
PolylineEdgeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.PolylineEdgeStyleDeserializer
 
PolylineEdgeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.PolylineEdgeStyleSerializer.
Serializer for PolylineEdgeStyle that delegates the serialzation of the style's stroke to the context.
PolylineEdgeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.PolylineEdgeStyleSerializer
 
Port - class com.yworks.yfiles.server.graphml.folding.markup.Port.
A data object that represents a yFiles FLEX port.
Port() - Constructor for class com.yworks.yfiles.server.graphml.folding.markup.Port
Creates a new Port object using NodeScaledPortLocationModel.NODE_CENTER_ANCHORED as location model parameter.
Port(YPoint, Object) - Constructor for class com.yworks.yfiles.server.graphml.folding.markup.Port
Creates a new Port object.
Port(IPortLocationModelParameter, Object) - Constructor for class com.yworks.yfiles.server.graphml.folding.markup.Port
Creates a new Port object using the given location model parameter and owner.
PortDeserializer - class com.yworks.yfiles.server.graphml.folding.PortDeserializer.
Deserializer for port data in PortViewStates or port entities of EdgeViewStates in a folded graph structure.
PortDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.folding.PortDeserializer
 
PortLocationModelInputHandler - class com.yworks.yfiles.server.graphml.flexio.PortLocationModelInputHandler.
Input handler for port location model parameter.
PortLocationModelInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.PortLocationModelInputHandler
 
PortLocationModelOutputHandler - class com.yworks.yfiles.server.graphml.flexio.PortLocationModelOutputHandler.
Output handler for port location model parameter.
PortLocationModelOutputHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.PortLocationModelOutputHandler
 
PortSerializer - class com.yworks.yfiles.server.graphml.folding.PortSerializer.
 
PortSerializer() - Constructor for class com.yworks.yfiles.server.graphml.folding.PortSerializer
 
PortViewState - class com.yworks.yfiles.server.graphml.folding.PortViewState.
Data object that describes the visual appearance of a dummy node port (the port of the collapsed state of a group node) in a folded graph.
PortViewState(Port, NodeViewState) - Constructor for class com.yworks.yfiles.server.graphml.folding.PortViewState
Creates a new instance using the style and offset of the passed masterPort and the passed owner.
PortViewStateInputHandler - class com.yworks.yfiles.server.graphml.folding.PortViewStateInputHandler.
This input handler accepts port view states and does nothing on parsing.
PortViewStateInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.PortViewStateInputHandler
 
PortViewStateOutputHandler - class com.yworks.yfiles.server.graphml.folding.PortViewStateOutputHandler.
Output handler that writes the PortViewState instances of a folded graph.
PortViewStateOutputHandler() - Constructor for class com.yworks.yfiles.server.graphml.folding.PortViewStateOutputHandler
Initializes a new instance that uses scope KeyScope.PORT, type KeyType.COMPLEX and name 'http://www.yworks.com/xml/yfiles-graphml/1.0/portviewstates'.
PrimitivesDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.PrimitivesDeserializer.
This deserializer deserializes xml nodes representing Integer, Long, Double, Float, String, Boolean and null values.
PrimitivesDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.PrimitivesDeserializer
 
PrimitivesSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.PrimitivesSerializer.
Can only handle Integer, Long, Double, Float, Boolean and String.
PrimitivesSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.PrimitivesSerializer
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadEdgeLayoutHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadNodeLayoutHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortLayoutHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortStyleHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.PortLocationModelInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.ZOrderInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewStateInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.folding.NodeExpandedInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewStateInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.folding.PortViewStateInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
 
parseDataCore(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler
 
parseLocation(Node) - Static method in class com.yworks.yfiles.server.graphml.support.FlexGraphicsSerializationToolkit
Parses the values of attributes with name 'x' and 'y' of the passed node to a YPoint.
parseMultipart(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.UploadServlet
Parses the HttpServletRequest's InputStream for the parameters of a multipart/form-data encoded request.
parseNamedOrARGBColor(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Parses a named or argb color string, e.g.
placeInCell(Node, Node, Column, Row) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Convenience method which places a node such that the layouter sees it in the table cell which is specified by the given row and column.
prepare(LayoutGraph, Node) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
prepare(LayoutGraph, Node) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
 
prepareAll(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Setup partition grid information from a graph that contains table structures.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.MarkupExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.javamarkup.NodeScaledParameterExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ConstantDescriptorExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.folding.markup.BendExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
provideValue(Lookup) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 

R

READ_Z_ORDER - Static variable in interface com.yworks.yfiles.server.graphml.flexio.FlexDeserializationProperties
Specifies if the z-order for graph elements shall be deserialized.
REFID - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Reference attribute for shared elements
RESPONSE_DOCUMENT_TAG - Static variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
The xml element name that is used as the outermost tag for all non-graphml server responses.
RIGHT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.SliderParameterLocation
Right of the edge.
ROWS_FIRST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableRenderingOrder
 
Rectangle - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Shape type constant.
Rectangle3D - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A rectangular shape with a 3D-ish look
ReferenceResolver - interface com.yworks.yfiles.server.graphml.flexio.ReferenceResolver.
Interface for classes that can resolve external or internal references.
ReflectionBasedDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ReflectionBasedDeserializer.
This deserializer can be used to deserialize objects of different class types based on reflection.
ReflectionBasedDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ReflectionBasedDeserializer
 
ReflectionBasedSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer.
This serializer can be used to serialize complex objects based on reflection.
ReflectionBasedSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
 
ResolveReferenceEvent - class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent.
Event object the represents the invocation state of the various callbacks in class DefaultReferenceResolver
ResolveReferenceEvent(Object, GraphMLParseContext, String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent
Create a resolve reference event object.
RotatedSideSliderEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.
A yFiles FLEX client rotated side slider edge label model data object
RotatedSideSliderEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
 
RotatedSideSliderEdgeLabelModel(double, double, boolean, boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
 
RotatedSideSliderEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter.
Model parameter for the rotated side slider edge label model.
RotatedSideSliderEdgeLabelModel.ModelParameter(ILabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
 
RotatedSideSliderEdgeLabelModel.ModelParameter(ILabelModel, int, int, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
 
RotatedSideSliderEdgeLabelModelExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension.
Markup extension for the RotatedSideSliderEdgeLabelModel.
RotatedSideSliderEdgeLabelModelExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
RotatedSideSliderEdgeLabelModelExtension(double, double, boolean, boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
RotatedSideSliderLabelModelParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension.
Markup extension for the RotatedSideSliderEdgeLabelModel.
RotatedSideSliderLabelModelParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
RotatedSideSliderLabelModelParameterExtension(int, ILabelModel, int, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
RotatedSliderEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.
A yFiles FLEX client rotated slider edge label model data object
RotatedSliderEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
 
RotatedSliderEdgeLabelModel(double, double, boolean, boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
 
RotatedSliderEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter.
Model parameter for the rotated slider edge label model.
RotatedSliderEdgeLabelModel.ModelParameter(ILabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
 
RotatedSliderEdgeLabelModel.ModelParameter(ILabelModel, int, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
 
RotatedSliderEdgeLabelModelExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension.
Markup extension for the RotatedSliderEdgeLabelModel.
RotatedSliderEdgeLabelModelExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
RotatedSliderEdgeLabelModelExtension(double, double, boolean, boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
RotatedSliderLabelModelParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension.
Markup extension for the RotatedSliderEdgeLabelModel.
RotatedSliderLabelModelParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
RotatedSliderLabelModelParameterExtension(int, ILabelModel, int, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
RotatingEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.
Data object for the yFiles FLEX client's rotating edge label model
RotatingEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
 
RotatingEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter.
 
RotatingEdgeLabelModel.ModelParameter(RotatingEdgeLabelModel, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter
Creates a new parameter instance.
RotatingEdgeLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.RotatingEdgeLabelModelParameterDeserializer.
Deserializer for RotatingEdgeLabelModel parameters.
RotatingEdgeLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.RotatingEdgeLabelModelParameterDeserializer
 
RotatingEdgeLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.RotatingEdgeLabelModelParameterSerializer.
Serializer for RotatingEdgeLabelModel parameter.
RotatingEdgeLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.RotatingEdgeLabelModelParameterSerializer
 
RoundRectangle - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Shape type constant.
RoundtripSupport - interface com.yworks.yfiles.server.graphml.support.RoundtripSupport.
Interface for roundtrip support classes.
Row - class com.yworks.yfiles.server.graphml.flexio.data.Row.
Represents a row of a Table.
Row() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Row
Creates a new instance.
RowExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension.
Markup extension for reflection based (de)serialization of Rows.
RowExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
RowExtension(Row) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
read() - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 
read(Graph, String) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Fills the contents of the given graph from a file.
read(Graph, URL) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Fills the contents of the given graph from a URL.
readExternal(ObjectInput) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph
 
readGraph(HttpServletRequest, Graph) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
 
readGraph(InputStream, Graph) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
 
readGraph(URL, Graph) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
 
readGraph(HttpServletRequest, Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
 
readGraph(InputStream, Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
readGraph(URL, Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
readGraph(InputStream, Graph) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Reads the graph from the given stream using the current handler.
readGraph(URL, Graph) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Reads the graph from the given url using the current handler.
readGraph(HttpServletRequest, Graph) - Method in interface com.yworks.yfiles.server.graphml.support.ServletRoundtripSupport
If the request contains the AbstractGraphRoundtripSupport.PARAM_GRAPH parameter, the parameter value is used for updating the graph instance currently stored in the session.
register(Graph) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
Registers itself at the given graph using name property as tag.
remove(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry
Removes the mapping between the given package name and it's symbolic package name from the registry.
remove(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat
Removes the value of the property with the given name.
remove(Object) - Method in class com.yworks.yfiles.server.graphml.support.DefaultSharedInstanceProvider
Remove an object from this provider.
removeColumn(Column) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Removes the given column from the root column.
removePort(Port, Node, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Removes a port from a node.
removePort(Port) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Removes a port from its owner.
removeRow(Row) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Removes the given row from the children of the root row.
resolveReference(GraphMLParseContext, String) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Convenience method that calls DefaultReferenceResolver.resolveReference(y.io.graphml.input.GraphMLParseContext, String, y.io.graphml.input.DeserializationHandler) with a null deserializer.
resolveReference(GraphMLParseContext, String, DeserializationHandler) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
 
resolveReference(GraphMLParseContext, String, DeserializationHandler) - Method in interface com.yworks.yfiles.server.graphml.flexio.ReferenceResolver
Resolve an xml node to an object instance.
restore(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
 
restore(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
 
restoreAll(Graph) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Write back all information from the partition grid.
reverseEdge(Edge) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Reverses the given edge and fires corresponding notification events to inform registered listeners.

S

SHAPE_ATTRIBUTE - Static variable in class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer
 
SHAPE_ELEMENT - Static variable in class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer
 
SHARED_DATA_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
A parameter instance which places the label at the bottom side of the stripe.
SOUTH - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
A parameter instance which places the label at the bottom side of the stripe.
SaveGraphServlet - class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet.
Simple abstract base servlet that can read a GraphML file from the client and write it to a stream.
SaveGraphServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
Calls the SaveGraphServlet.SaveGraphServlet(String) constructor using AbstractGraphRoundtripSupport.PARAM_GRAPH as the parameter name.
SaveGraphServlet(String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
Creates a new instance using the provided parameter to get the graphml string from the HttpServletRequest later in SaveGraphServlet.getGraphInputStream(javax.servlet.http.HttpServletRequest) from.
ServletRoundtripSupport - interface com.yworks.yfiles.server.graphml.support.ServletRoundtripSupport.
Interface for roundtrip support classes.
ShapeNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle.
A yFiles FLEX client shape node style data object
ShapeNodeStyle(String, IStroke, IFill) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Creates a new ShapeNodeStyle using the provided parameters.
ShapeNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Creates a new instance using a default shape, stroke and fill.
ShapeNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer.
Deserializer for ShapeNodeStyle.
ShapeNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer
 
ShapeNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ShapeNodeStyleSerializer.
A serializer for ShapeNodeStyle delegating the serialization of the fill and stroke to the content.
ShapeNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ShapeNodeStyleSerializer
 
SharedDataInputHandler - class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler.
Input handler that enables parsing of shared references.
SharedDataInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
 
SharedDataOutputHandler - class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler.
Output handler that enables writing of shared references.
SharedDataOutputHandler(Object, Object, Object, Object) - Constructor for class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
Create a new output handler for writing shared data.
SharedDataOutputHandler.SharingRegistry - interface com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler.SharingRegistry.
 
SharedReferenceElementProvider - interface com.yworks.yfiles.server.graphml.flexio.SharedReferenceElementProvider.
This interface can be implemented by a ReferenceResolver in order to expose the actual XML elements of the shared data GraphML section.
ShearedRectangle - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A rectangle that is sheared in the horizontal direction to the right
ShearedRectangle2 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A rectangle that is sheared in the horizontal direction to the left
ShinyPlateNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle.
A yFiles FLEX client shiny plate node style data object.
ShinyPlateNodeStyle(IFill, IStroke, double, Insets, boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Creates a new instance using the given parameters.
ShinyPlateNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Creates a new instance using the default settings.
SimpleLabelStyle - class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle.
The default label style data object, which allows to specify the visual properties of a label.
SimpleLabelStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
 
SimpleLabelStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.SimpleLabelStyleDeserializer.
Deserializer for SimpleLabelStyle.
SimpleLabelStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.SimpleLabelStyleDeserializer
 
SimpleLabelStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.SimpleLabelStyleSerializer.
Serializer for SimpleLabelStyle.
SimpleLabelStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.SimpleLabelStyleSerializer
 
SimplePortStyle - class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle.
The default port style data object, which allows to specify the visual properties of a port.
SimplePortStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
 
SimplePortStyle(double, IStroke) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
 
SimplePortStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.SimplePortStyleDeserializer.
Deserializer for SimplePortStyle.
SimplePortStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.SimplePortStyleDeserializer
 
SimplePortStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.SimplePortStyleSerializer.
Serializer for SimplePortStyle.
SimplePortStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.SimplePortStyleSerializer
 
SliderEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.
A yFiles FLEX client slider edge label model data object
SliderEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
 
SliderEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter.
Model parameter for the slider edge label model.
SliderEdgeLabelModel.ModelParameter(ILabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
 
SliderEdgeLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer.
Deserializer for SliderEdgeLabelModel parameters.
SliderEdgeLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer
 
SliderEdgeLabelModelParameterDeserializer.ModelDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer.ModelDeserializer.
 
SliderEdgeLabelModelParameterDeserializer.ModelDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer.ModelDeserializer
 
SliderEdgeLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.SliderEdgeLabelModelParameterSerializer.
Serializer for SliderEdgeLabelModel parameter.
SliderEdgeLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.SliderEdgeLabelModelParameterSerializer
 
SliderParameterLocation - class com.yworks.yfiles.server.graphml.flexio.data.SliderParameterLocation.
Flaggable enumeration that is used for the serialization of RotatedSliderEdgeLabelModel to indicate the position;
SolidColor - class com.yworks.yfiles.server.graphml.flexio.compat.SolidColor.
A Basic fill using a solid color.
SolidColor(Color) - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.SolidColor
 
SolidColor() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.SolidColor
 
Star5 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A 5-star shape
Star6 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A 6-star shape
Star8 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A 8-star shape
StretchStripeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel.
 
StretchStripeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
 
StretchStripeLabelModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter.
A label model parameter for Columns and Rows.
StretchStripeLabelModelParameter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
Creates a new instance.
StretchStripeLabelModelParameter(String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
StretchStripeLabelModelParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension.
Markup extension for reflection based (de)serialization of StretchStripeLabelModelParameters.
StretchStripeLabelModelParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
StretchStripeLabelModelParameterExtension(StretchStripeLabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
StringDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.StringDeserializer.
Deserializes org.w3c.dom.Node.TEXT_NODE and org.w3c.dom.Node.CDATA_SECTION_NODE nodes.
StringDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.StringDeserializer
 
Stripe - class com.yworks.yfiles.server.graphml.flexio.data.Stripe.
Abstract base class for a Table's Column or Row.
Stripe() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Stripe
 
StripeDefaultsExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension.
Markup extension class for extension based serialization of stripe defaults.
StripeDefaultsExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
StripeDefaultsExtension(Table.StripeDefaults) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
StripeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel.
 
StripeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
 
StripeLabelModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter.
A label model parameter for Columns and Rows.
StripeLabelModelParameter() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
Creates a new instance.
StripeLabelModelParameter(String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
Creates a new instance.
StripeLabelModelParameterExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension.
Markup extension for reflection based (de)serialization of StripeLabelModelParameters.
StripeLabelModelParameterExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
StripeLabelModelParameterExtension(StripeLabelModelParameter) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
Stroke - class com.yworks.yfiles.server.graphml.flexio.compat.Stroke.
Compatibility class for the yFiles FLEX GraphML format.
Stroke(Color, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
 
Stroke() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
 
StrokeDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.StrokeDeserializer.
Deserializer for Stroke and AdvancedStroke.
StrokeDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.StrokeDeserializer
 
StrokeSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer.
Serializer for Stroke.
StrokeSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
 
StyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.StyleDeserializer.
A deserializer for styles that tries to delegates parsing of style elements to registered SerializationHandler.
StyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.StyleDeserializer
 
StyleSerializer - class com.yworks.yfiles.server.graphml.flexio.StyleSerializer.
Serializer that delegates writing of style instances to registered SerializationHandler but does serializes them itself it the style is only a DocumentFragment.
StyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.StyleSerializer
 
StyledLayoutGraph - class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph.
This class extends the DefaultLayoutGraph by adding convenient methods to configure styles and labels for nodes, edges and ports and to access and set their user tags.
StyledLayoutGraph() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
 
SymbolicPackageNameRegistry - class com.yworks.yfiles.server.graphml.flexio.SymbolicPackageNameRegistry.
This registry can be used to map packages to symbolic package names.
sendError(Throwable, OutputStream) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Send an error to the client.
sendError(String, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
Send an error to the client.
sendError(String, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Send an error to the client.
sendError(Throwable, OutputStream) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Send an error to the client.
sendError(String, HttpServletResponse) - Method in interface com.yworks.yfiles.server.graphml.support.ServletRoundtripSupport
Send an error to the client.
sendGraph(Graph, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
 
sendGraph(Graph, OutputStream, String) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
 
sendGraph(Graph, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
 
sendGraph(Graph, OutputStream, String) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
sendGraph(Graph, OutputStream, String) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Writes the current graph to the stream in GraphML format using the provided encoding.
sendGraph(Graph, HttpServletResponse) - Method in interface com.yworks.yfiles.server.graphml.support.ServletRoundtripSupport
Send the current graph to the client in GraphML format using UTF-8 encoding.
serialize(GraphMLWriteContext, Object, XmlWriter) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Try to serialize the given instance and silently ignores GraphMLWriteExceptions.
serializeContent(GraphMLWriteContext, Object, XmlWriter, String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
Writes the actual content of the GraphML element that corresponds to the serialization of object.
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.StyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ObjectSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractEdgeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractTemplateStyleSerializer
Writes the below element.
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ArraySerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.CollectionSerializer
Actually perform the serialization for the given arguments.
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ComponentNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.DelegatingStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExtensionBasedSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeEdgeLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeCenterAnchoredParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeLayoutAnchoredParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModel_NodeRatioAnchoredParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GenericLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleDecoratorSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageIconSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorStretchLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.NodeStyleLabelStyleAdapterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PanelNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PrimitivesSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ReflectionBasedSerializer
The namespace for the serialized object consists of the symbolic package name as registered in the SymbolicPackageNameRegistry for the package of this object's class.
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.RotatingEdgeLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ShapeNodeStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimpleLabelStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimplePortStyleSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SliderEdgeLabelModelParameterSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TagOwnerUserTagProviderSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.TextLayoutFormatSerializer
 
serializeItem(Object, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.server.graphml.folding.PortSerializer
 
serializeStyle(GraphMLWriteContext, Object, XmlWriter) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.DelegatingStyleSerializer
Serializes the style properties.
set(String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat
Sets the given value to the property with the given name.
set(Object, Object) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
setAbsoluteLocation(YPoint) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
If a valid owner and port location model parameter is set, the absolute location is converted into an port location model parameter using the IPortLocationModel#createParameter method of the old parameter's model.
setAlign(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Sets the horizontal alignment.
setAngle(float) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
 
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
The angle by which the label should be rotated.
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter
 
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
The angle the labels are rotated about.
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
The angle the labels are rotated about.
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
The angle of the label relative to the edge's path.
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
The angle the labels are rotated about.
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
setAngle(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
setArrow(IEdgeStyle, IArrow, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
Sets the source or target arrow of an edge style.
setArrow(IEdgeStyle, IArrow, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PolylineEdgeStyleDeserializer
Sets the arrows using the corresponding properties of the passed PolylineEdgeStyle.
setAttribute(Node, String, String) - Static method in class com.yworks.yfiles.server.graphml.support.XmlSupport
Sets the value of an existing attribute.
setAutoAdjustPreferredSize(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets whether to automatically adjust the preferred size upon creation.
setAutoAdjustPreferredSize(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setAutoCreateGroupingDPs(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Sets whether data providers for grouping information should automatically be created and registered.
setAutoFlip(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Set whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
setAutoFlip(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
Set whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
setAutoFlip(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Whether the label text should be automatically flipped if it would be upside-down
setAutoReadMapperData(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Set whether mapped data contained in the GraphML data should be automatically deserialized to a data map and registered with the graph.
setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
setAutoWriteMapperData(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Set whether mapped data registered with the graph as a data provider should be automatically serialized.
setBackgroundFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Set the label's background color.
setBackgroundFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The fill to use for the background box of the label or null
setBackgroundFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Sets the background fill of the label.
setBackgroundStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Set the label's background stroke.
setBackgroundStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The stroke to use for the background box of the label or null
setBackgroundStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Sets the border stroke of the label.
setBackgroundStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
The INodeStyle which renders the background of the table.
setBackgroundStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
The INodeStyle which renders the background of the table.
setBold(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Sets whether the font is bold.
setBool(Object, boolean) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
setButtonLocationParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
setClassName(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Set the class name of the Flex client's class that is used for creating icon instances.
setClipText(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Set whether the label's text should be clipped.
setClipText(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
Whether text should be clipped.
setClipText(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Whether to clip the text at the label's bounds.
setCollapsedIcon(IIcon) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
setColor(Color) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry
 
setColor(Color) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.SolidColor
Sets the stroke's color.
setColor(Color) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
Sets the stroke's color.
setColor(Color) - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
The base color to use.
setColor(Color) - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
The background color.
setColumnDefaults(Table.StripeDefaults) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Default settings for newly created columns.
setColumnDefaults(Table.StripeDefaults) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
setColumns(ArrayList) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
setColumns(ArrayList) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
setCommitLabelLayouts(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
 
setCommitLabelLayouts(boolean) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Whether this output handler will call FlexIOTools.copyLabelLayouts(y.layout.LayoutGraph) before the labels are written.
setCommitPortLocations(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
 
setCommitPortLocations(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether the location of the edges' end points is committed to the edges' source and target ports when writing the graph.
setCompactionEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Specifies whether or not to enable size compaction for table nodes.
setComponent(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle
 
setComponentClassName(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ComponentNodeStyle
 
setContentType(String) - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Set the content type that will be used for the response header.
setContextPropertyName(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Gets the contextPropertyName.
setCropLength(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Sets the cropping length associated with this instance.
setDataPropertyName(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Sets the dataPropertyName.
setDefaultNodeSize(YDimension) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
The default node size the is applied when a new node is created.
setDefaultNodeSize(YDimension) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Deprecated. Use StyledLayoutGraph and it's StyledLayoutGraph.setDefaultNodeSize(y.geom.YDimension) method instead.
setDescriptor(ILabelCandidateDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Sets the descriptor.
setDescriptor(ILabelCandidateDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.GenericLabelModelParameterPair
 
setDescriptor(ILabelCandidateDescriptor) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
 
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
The distance orthogonally to the connection between the source and target point.
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
The distance between the label and the edge's path.
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
The distance between the label and the edge's path.
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
Gets or sets a property that determines the distance between the label's center and the anchor point on the edge's path.
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
The distance between the label and the edge's path.
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
setDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
setDistanceRelativeToEdge(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel
Whether distance to the edge is interpreted relatively to the edge's path.
setDistanceRelativeToEdge(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel
Whether distance to the edge is interpreted relatively to the edge's path.
setDistanceRelativeToEdge(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderEdgeLabelModelExtension
 
setDistanceRelativeToEdge(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderEdgeLabelModelExtension
 
setDocumentFragmentMode(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether the style and label elements sent from the client will be parsed into and written from DocumentFragments.
setDouble(Object, double) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
setDropShadow(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Whether to draw a drop shadow.
setDummyEdgeMode(byte) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
The strategy that determines how hidden edges are mapped to dummy edges.
setEdgeRelativeDistance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
Whether the parameter's angle should be interpreted relative to the edge's orientation or as an absolute angle in the coordinate system.
setEdgeRelativeDistance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
A property that determines how the distance value should be interpreted.
setEdgeRelativeDistance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
Whether distance to the edge is interpreted relatively to the edge's path.
setEdgeViewState(DummyEdgeId, EdgeViewState) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Sets a view state of a dummy edge identified by the provided dummy edge id.
setEdgeViewState(Graph, DummyEdgeId, EdgeViewState) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Sets a view state of a dummy edge identified by the provided dummy edge id.
setEntries(GradientEntry[]) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
 
setExpanded(Graph, Node, boolean) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Set the expanded state of the provided node.
setExpandedIcon(IIcon) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
setExternal(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ConstantDescriptorExtension
 
setExternalCandidate(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
 
setExternalCandidate(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
 
setFamily(String) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Sets the font family name.
setFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Sets the IFill the arrow is filled with.
setFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
The fill to be used for drawing the path
setFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
The fill for this style.
setFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Sets the background fill.
setFoldingEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
Whether this GraphMLIOHandler will be configured to read and write folded graphs.
setFoldingEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether support for folded graphs is enabled.
setFont(Font) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Set the font to use for the label text.
setFont(Font) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The font for the label's text.
setFontFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Set the font color of the label text.
setFontFill(IFill) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimpleLabelStyle
The font color for the label's text.
setFromSketch(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Specifies whether or not from sketch mode should be enabled.
setGeometry(FreeNodeLabelModel, YDimension, NodeLayout, OrientedRectangle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.AbstractFreeNodeLabelParameter
 
setGeometry(FreeNodeLabelModel, YDimension, NodeLayout, OrientedRectangle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
setGeometry(FreeNodeLabelModel, YDimension, NodeLayout, OrientedRectangle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
setGeometry(FreeNodeLabelModel, YDimension, NodeLayout, OrientedRectangle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph
 
setGraphIdAcceptor(DataAcceptor) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Register a DataAcceptor instance that stores graphml graph element ids for each graph itself.
setGraphIdProvider(DataProvider) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Register a DataProvider instance that provides graphml element ids for each graph itself.
setGraphMLVersion(GraphMLVersion) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Set the version string that will be used for writing the version attribute of the GraphML element.
setGroupNode(Node, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
setGroupNode(Node, boolean) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Sets whether the provided node should be considered a group node.
setGroupNode(Node, boolean) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Set whether the provided node should be considered a group node.
setHeight(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Set the height of the icon.
setHideSelectionPaintable(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Sets whether the standard selection painable should be drawn.
setHierarchyEnabled(boolean) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupportBase
Sets whether the roundtrip graph should be configured with hierarchy support.
setHorizontalLayout(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Sets whether the configurator will prepare its associated graph for a vertical (that is top-to-bottom or bottom-to-top) layout calculation or a horizontal (that is left-to-right or right-to-left) one.
setIcon(IIcon) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
The icon to paint for the label.
setIcon(IIcon) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
The icon to paint for the label.
setIconPlacement(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyle
Sets the placement model parameter.
setIconPlacement(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
Sets the placement model parameter.
setIdDataAcceptor(DataAcceptor) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Register a DataAcceptor instance that stores graphml element ids.
setIdDataProvider(DataProvider) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Register a DataProvider instance that provides graphml element ids for each element.
setIgnoreMissingDeserializer(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Sets whether to ignore if no DeserializationHandler can be found during parsing.
setImage(Image) - Method in class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle
 
setImageClassName(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle
Name of a Flex class that encapsualtes an image.
setInnerModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel
Sets the wrapped label model.
setInnerModel(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelExtension
 
setInnerParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DescriptorWrapperLabelModel.DescriptorWrapperLabelModelParameter
 
setInnerStyle(ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.IconLabelStyleDecorator
The inner style that is decorated by this decorator.
setInsets(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
The insets to use for the bevel.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
Insets for the labels.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
The label's insets.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
Insets for the labels.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
The style's insets.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Sets the insets of this stripe.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets the default insets for the stripe.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Sets the table's insets.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Sets the insets.
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setInsets(Insets) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
setInt(Object, int) - Method in class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
 
setItalic(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Sets whether the font is italic.
setLabelInsetsColor(Color) - Method in class com.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
The color for the label insets.
setLabelLayout(Object, EdgeLabelLayout[]) - Method in interface com.yworks.yfiles.server.graphml.flexio.LabelLayoutSetter
 
setLabelLayout(Object, NodeLabelLayout[]) - Method in interface com.yworks.yfiles.server.graphml.flexio.LabelLayoutSetter
 
setLabelModelParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Set the label model's parameter that determine the positioning of this label.
setLabelModelParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets the default ILabelModelParameter.
setLabelModelParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
setLabelModelParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setLabelModels(Object[]) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelExtension
 
setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
The label style that will be used to draw the foreground of the label.
setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets the default style for a stripe label.
setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setLabelXOffset(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLabelXRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLabelYOffset(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLabelYRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLabels(ArrayList) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
setLabels(ArrayList) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
setLayout(YRectangle) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
The layout of the collapsed node.
setLayout(YRectangle) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
setLayoutXOffset(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLayoutXRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLayoutYOffset(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLayoutYRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
setLocalRoot(Node) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
A non-leaf node that is considered the virtual root node of this graph.
setLocalRoot(Graph, Node) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Set the virtual root node of the folded graph view defined by the provided graph to the provided non-leaf node.
setLocalRoot(HttpServletRequest, Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Uses the localRoot request parameter (if available), to set the local root node.
setLocalViewMode(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase.RoundtripGraphMLLayoutGraphIOHandler
 
setLocalViewMode(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
If folding is enabled, this property determines whether only the current expanded/collapsed state is sent to the client, instead of the complete model.
setLocation(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
One of SliderParameterLocation.LEFT or SliderParameterLocation.RIGHT determining on which side of the edge the label shall be placed.
setLocation(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
setLocation(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
setLocation(YPoint) - Method in class com.yworks.yfiles.server.graphml.folding.markup.BendExtension
 
setLocationModelParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Sets the port model's parameter that determines the location of this port.
setMapLabelModels(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Set whether the IO should be configured to map client-side label models to server-side label models.
setMinimalTableDistance(double) - Method in class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
Sets the minimal distance between two different table nodes
setMinimumSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Sets the minimum size of this stripe.
setMinimumSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
The default minimum size for the stripe.
setMinimumSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
setMinimumSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
setMinimumSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
Sets the model for this parameter.
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
 
setModel(DescriptorWrapperLabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
 
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
setModel(ILabelModel) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
setNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeStyleLabelStyleAdapter
The node style that will be used to draw the background of the label.
setNodeViewState(DummyNodeId, NodeViewState) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Sets the view state of a collapsed group node.
setNodeViewState(Graph, DummyNodeId, NodeViewState) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Sets the view state of a collapsed group node.
setOffset(YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.javamarkup.NodeScaledParameterExtension
 
setOffset(YPoint) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Sets the the port's location relative to the center of its owner.
setOwner(Column) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Column
Sets the parent column of this column.
setOwner(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Sets the owner of this label.
setOwner(Row) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Row
Sets the parent row of this row.
setOwner(Object) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Sets the owner of the port.
setParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.CompositeLabelModel.CompositeModelParameter
 
setParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.GenericLabelModelParameterPair
 
setParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension
 
setParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.DescriptorWrapperLabelModelParameterExtension
 
setParent(Node, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
setParent(NodeList, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
setParent(Node, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Sets the parent node for a given node.
setParent(NodeList, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Adds all nodes contained in the provided NodeList as children of the provided parent node.
setParent(Node, Node) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Set the parent node for a given node.
setParent(NodeList, Node) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Adds all nodes contained in the provided NodeList as children of the provided parent node.
setParseGraphMLVersion(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether to set the graphMLVersion property to the last parsed version String, thus always writing the GraphML version string that was most recently parsed.
setPath(GeneralPath) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
Get the path that defines the boundary of the shape.
setPattern(double[]) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke
Sets the dash pattern
setPoints(int) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Sets the font's point size.
setPortViewState(DummyNodePortId, PortViewState) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Sets a view state of a node port identified by the provided dummy node port id.
setPortViewState(Graph, DummyNodePortId, PortViewState) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Sets a view state of a node port identified by the provided dummy node port id.
setPortViewState(PortViewState) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
Sets the port view state for a master port of the master node this node view state belongs to.
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
String that determines the label model parameter's position as defined in the position constants of class ExteriorLabelModel.
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
The label position, specified as one of the position constants defined by class InteriorLabelModel.
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
The label position.
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
 
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
A String which encodes this position
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StretchStripeLabelModelParameterExtension
 
setPosition(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeLabelModelParameterExtension
 
setPreferredSize(YDimension) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Sets the preferred size of this label.
setPreferredSize(YDimension) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
setProfit(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.LabelCandidateDescriptor
 
setProfit(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelCandidateDescriptorExtension
 
setRadius(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
The radius of the corner of the rounded rectangle.
setRadius(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
Sets the radius of the style.
setRadius(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Sets the corner radius.
setRatio(float) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.GradientEntry
 
setRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
The ratio at which the label will be anchored between the location of the source port and the location of the target port.
setRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
The ratio at which to place the label at the segment.
setRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
The ratio at which to place the label at the segment.
setRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
The ratio at which to place the label at the segment.
setRecursive(boolean) - Method in class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
Whether the layout should be performed recursively for the inner graphs of collapsed group nodes.
setRelativeLocation(YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Sets the relative location of the upper left corner of the table.
setRelativeLocation(YPoint) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
setReusingDummyNodePorts(boolean) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Sets whether this implementation shall reuse the ports of dummy nodes of this graph for dummy edges.
setReusingMasterPorts(boolean) - Method in class com.yworks.yfiles.server.graphml.folding.FoldedLayoutGraph
Sets whether this implementation shall reuse the ports of non-dummy nodes of this graph for dummy edges.
setRowDefaults(Table.StripeDefaults) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table
Sets the default settings for newly created rows.
setRowDefaults(Table.StripeDefaults) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
setRows(ArrayList) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
setRows(ArrayList) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
setScale(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Sets the scale factor.
setSegmentIndex(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSideSliderEdgeLabelModel.ModelParameter
The zero-based index of the segment beginning from the source side.
setSegmentIndex(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatedSliderEdgeLabelModel.ModelParameter
The zero-based index of the segment beginning from the source side.
setSegmentIndex(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
The zero-based index of the segment beginning from the source side.
setSegmentIndex(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
setSegmentIndex(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
setSegmentRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSideSliderLabelModelParameterExtension
 
setSegmentRatio(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension
 
setShapeNodeShape(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
The node shape.
setShareLabelModelParameterInstance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets whether to share label model parameter instances for a newly created stripe label.
setShareLabelModelParameterInstance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setShareLabelStyleInstance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets whether to share style instances for a newly created stripe label.
setShareLabelStyleInstance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setShareStyleInstance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets whether to share style instances for a newly created stripe.
setShareStyleInstance(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setSharedInstanceProvider(ISharedInstanceProvider) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
 
setSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Sets the size of this stripe.
setSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets the default size for the stripe.
setSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
setSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
setSize(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setSmoothing(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
The smoothing length used for creating smooth bends.
setSourceArrow(IArrow) - Method in class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
Sets the visual arrow at the target end of edges that use this style.
setSourcePort(Edge, Port) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Assigns a new source port to edge.
setSourcePort(Edge, Port, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Assigns a new source port to edge.
setSourcePort(Edge, Port) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Assigns a new source port to edge.
setSourcePort(Port) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
A Port instance that defines the source port location of the dummy edge.
setSourcePort(Port) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
setStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Sets the IStroke the arrow's outline is drawn with.
setStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GeneralPathNodeStyle
The stroke to be used for drawing the path
setStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
The stroke used for drawing an edge with this style.
setStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
The stroke for this style.
setStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.SimplePortStyle
Sets the stroke of the style.
setStroke(IStroke) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.ShinyPlateNodeStyle
Sets the border stroke.
setStyle(Node, INodeStyle) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Set a node style for the given node.
setStyle(Edge, IEdgeStyle) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Set an edge style for the given edge.
setStyle(ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Sets the style that determines for the visual representation of this label.
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Sets this stripe's style.
setStyle(Node, INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Sets a node style for the given node.
setStyle(Edge, IEdgeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Sets an edge style for the given edge.
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
Sets the default style of a stripe.
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.ColumnExtension
 
setStyle(ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.RowExtension
 
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.StripeDefaultsExtension
 
setStyle(IEdgeStyle) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
The style that defines the visual appearance of the dummy edge.
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewState
The style that defines the visual appearance of the dummy node.
setStyle(IPortStyle) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Sets a new port style for the port.
setStyle(IEdgeStyle) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
setStyle(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension
 
setStyleTag(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Sets the style tag.
setSupportTables(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Whether to support tables.
setSupportUserTags(boolean) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
setSupportUserTags(boolean) - Method in interface com.yworks.yfiles.server.graphml.support.RoundtripSupport
Whether to support user tags.
setSupportZOrder(boolean) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
Set whether to support z-orders of graph elements automatically.
setTable(Table, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ITableProvider
Binds a table to the given node via this implementor.
setTable(Table) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Stripe
Sets the table which owns the Column or Row.
setTable(Table, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
 
setTable(Table) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
The table which is bound to the node via this style.
setTable(Table, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
 
setTableRenderingOrder(TableRenderingOrder) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.DynamicTableNodeStyle
Whether to draw the rows or columns first.
setTableRenderingOrder(TableRenderingOrder) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
Whether to draw the rows or columns first.
setTag(Object) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
The user tag assigned to this edge view state.
setTag(Object) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Bend
The user tag assigned to this bend
setTag(Object) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
The user tag assigned to this port
setTag(Object) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
setTargetArrow(IArrow) - Method in class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
Sets the visual arrow at the target end of edges that use this style.
setTargetPort(Edge, Port) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Assigns a new target port to edge.
setTargetPort(Edge, Port, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Assigns a new target port to edge.
setTargetPort(Edge, Port) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Assigns a new target port to edge.
setTargetPort(Port) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewState
A Port instance that defines the target port location of the dummy edge.
setTargetPort(Port) - Method in class com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.EdgeViewStateExtension
 
setTemplateClass(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Sets the name of the template class.
setText(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Sets the text string associated with this label.
setText(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
setTextConverter(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Sets a String which defines how the label text will be interpreted.
setTextFormat(TextLayoutFormat) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Sets the text layout format for the label.
setType(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
The arrow type.
setTypeConverter(Class, ITypeConverter) - Static method in class com.yworks.yfiles.server.graphml.support.reflection.TypeConverters
Sets an ITypeConverter for the given class type.
setURL(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Set the url where the icon image is loaded from.
setUnderline(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Font
Sets whether the font is underlined.
setUrl(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle
The URL where the image is located.
setUseSolidColorStroke(boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
Sets whether the stroke should be deserialized as mx.graphics.SolidColorStroke at Flex side.
setUserTag(Object, Object, Graph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Sets the user tag of the provided node, edge or Label

The usertag is set on data mapper registered with key AbstractGraphRoundtripSupport.USERTAGS_DPKEY

setUserTag(Node, Object) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Sets the user tag of the provided node.
setUserTag(Edge, Object) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Sets the user tag of the provided node.
setUserTag(Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Sets the user tag of the provided node, edge or Label

The usertag is set on data mapper registered with key AbstractGraphRoundtripSupport.USERTAGS_DPKEY

setUserTagProvider(IUserTagProvider) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Sets the IUserTagProvider to retrieve user defined data which is associated with the model item.
setUserTagProviderClass(String) - Method in class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Sets the name of the user tag provider class.
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadEdgeLayoutHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadNodeLayoutHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortLayoutHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultValueReadPortStyleHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.PortLocationModelInputHandler
 
setValue(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.ResolveReferenceEvent
Set the successfully resolved shared instance.
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
This method does nothing
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.ZOrderInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewStateInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.folding.NodeExpandedInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewStateInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.folding.PortViewStateInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
 
setValue(GraphMLParseContext, Object, Object) - Method in class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler
 
setWeight(double) - Method in interface com.yworks.yfiles.server.graphml.flexio.compat.IStroke
Sets the stroke's weight.
setWeight(double) - Method in class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
Sets the stroke's weight.
setWidth(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.ImageIcon
Set the width of the icon.
setWrapped(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle
Sets the wrapped style.
setWrapped(INodeStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.CollapsibleNodeStyleDecorator
 
setX(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
setX(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
setX(double) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Bend
 
setY(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
setY(double) - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
setY(double) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Bend
 
setZOrder(Node, int) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Set a z-order for the given node.
setZOrder(Edge, int) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Set a z-order for the given edge.
setZOrder(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.Label
Sets the z-order used on client side to determine the rendering order of the label.
setZOrder(Node, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Sets a z-order for the given node.
setZOrder(Edge, int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Sets a z-order for the given edge.
setZOrder(int) - Method in class com.yworks.yfiles.server.graphml.flexio.data.markup.LabelExtension
 
setZOrder(int) - Method in class com.yworks.yfiles.server.graphml.folding.markup.Port
Sets the z-order of the port used on client side.
south - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
south - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
south - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
southEast - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
southEast - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
southWest - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
southWest - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
supports(Port) - Method in interface com.yworks.yfiles.server.graphml.flexio.data.IPortLocationModelParameter
Determines whether this parameter can be used for a given port instance.
supports(Port) - Method in class com.yworks.yfiles.server.graphml.flexio.data.NodeScaledParameter
 
syncLabelModel(Node, ILabelModelParameter, NodeLabelLayoutImpl) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Try to find a suitable mapping from client-side label model and label model parameters to server-side label model data that can be considered by the yFiles for Java layout algorithms.
syncLabels(Node, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Synchronizes all Label instances associated with the given node with the NodeLabelLayouts of the LayoutGraph.
syncLabels(Edge, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Synchronizes all Label instances associated with the given edge with the EdgeLabelLayouts of the LayoutGraph.
syncLabels(Node, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Synchronizes all Label instances associated with the given node with the NodeLabelLayouts of this graph.
syncLabels(Edge, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.data.StyledLayoutGraph
Synchronizes all Label instances associated with the given edge with the EdgeLabelLayouts of this graph.
syncLayoutBoxes(Edge, GraphLayout) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Synchronizes the oriented boxes of the edge's label layouts with their label model parameters.
syncLayouts(Label, EdgeLabelLayoutImpl) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Try to find a suitable mapping from client-side label layout properties to server-side label model data that can be considered by the yFiles for Java layout algorithms.
syncLayouts(ILabelModelParameter, EdgeLabelLayoutImpl) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Try to find a suitable mapping from client-side label layout properties to server-side label model data that can be considered by the yFiles for Java layout algorithms.
syncLayouts(Label, NodeLabelLayoutImpl) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Try to find a suitable mapping from client-side label layout properties to server-side label model data that can be considered by the yFiles for Java layout algorithms.
syncPortLocation(Edge, boolean) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Synchronizes the location of the edge's source or target end point with the source or target port of the edge.
syncPortLocation(Edge, boolean, LayoutGraph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Synchronizes the location of the edge's source or target end point with the source or target port of the edge.

T

TABLE_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupportBase
The DataMap key that is used to bind tables to nodes used on a yFiles FLEX client.
TEXT_FIELD_HTML_FORMAT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Constant for the textConverter property which lets the text be rendered as HTML text.
TEXT_LAYOUT_FORMAT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Constant for the textConverter property which lets the text be rendered using the Flex Text Layout markup.
TLFLabelStyle - class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle.
A data object for the client side com.yworks.graph.drawing.TLFLabelStyle.
TLFLabelStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Creates a new instance.
TLFLabelStyle(TextLayoutFormat, String, IStroke, IFill, boolean) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Creates an instance with the given format, text converter, and background stroke and fill.
TLFLabelStyle(TextLayoutFormat, String, IStroke, IFill) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Creates an instance with the given format, text converter, and background stroke and fill.
TLFLabelStyle(TextLayoutFormat, IStroke, IFill) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Creates an instance with the given format, background stroke and fill.
TLFLabelStyle(IStroke, IFill) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TLFLabelStyle
Creates an instance with the given background stroke and fill.
TYPE_CIRCLE - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
A circular arrow
TYPE_CROSS - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
A cross shaped arrow.
TYPE_CUSTOM - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Custom arrow.
TYPE_DEFAULT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
Default arrow
TYPE_DELTA - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
A triangular arrow.
TYPE_DIAMOND - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
A diamond shaped arrow
TYPE_NONE - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
No arrow
TYPE_SHORT - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
A short and broad arrow.
TYPE_SIMPLE - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
A simple arrow.
TYPE_SPEARHEAD - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.Arrow
An arrow shaped like a spearhead
Table - class com.yworks.yfiles.server.graphml.flexio.data.Table.
Defines a table structure.
Table() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Table
Creates a new instance.
Table.StripeDefaults - class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults.
The default settings for a newly created Column or Row.
Table.StripeDefaults() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Table.StripeDefaults
 
TableExtension - class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension.
Markup extension for reflection based (de)serialization of Tables.
TableExtension() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
TableExtension(Table, Lookup) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension
 
TableLayoutConfigurator - class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator.
Support class that correctly configures a PartitionGrid information from a given table configuration.
TableLayoutConfigurator() - Constructor for class com.yworks.yfiles.server.graphml.flexio.TableLayoutConfigurator
 
TableNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle.
A data object for the client side com.yworks.graph.drawing.TableNodeStyle.
TableNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableNodeStyle
 
TableRenderingOrder - class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableRenderingOrder.
 
TableRenderingOrder(String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableRenderingOrder
 
TagOwnerUserTagProvider - class com.yworks.yfiles.server.graphml.flexio.data.TagOwnerUserTagProvider.
Empty user tag provider implementation that allows to share a user tag provider between multiple TemplateStyles.
TagOwnerUserTagProvider() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.TagOwnerUserTagProvider
 
TagOwnerUserTagProviderDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.TagOwnerUserTagProviderDeserializer.
A deserializer which can handle the TagOwnerUserTagProvider.
TagOwnerUserTagProviderDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.TagOwnerUserTagProviderDeserializer
 
TagOwnerUserTagProviderSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.TagOwnerUserTagProviderSerializer.
A serializer which can handle the TagOwnerUserTagProvider.
TagOwnerUserTagProviderSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.TagOwnerUserTagProviderSerializer
 
TemplateLabelStyle - class com.yworks.yfiles.server.graphml.flexio.data.TemplateLabelStyle.
Label Style which uses a template class to define the visual appearance of the label.
TemplateLabelStyle(String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.TemplateLabelStyle
Creates a new instance with the given template class.
TemplateLabelStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateLabelStyleDeserializer.
A deserializer which can handle TemplateLabelStyle instances.
TemplateLabelStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateLabelStyleDeserializer
 
TemplateLabelStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateLabelStyleSerializer.
A serializer which can handle TemplateLabelStyle instances.
TemplateLabelStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateLabelStyleSerializer
 
TemplateNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.TemplateNodeStyle.
Node Style which uses a template class to define the visual appearance of the node.
TemplateNodeStyle(String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.TemplateNodeStyle
Creates a new instance with the given template class.
TemplateNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateNodeStyleDeserializer.
Deserializer which handles TemplateNodeStyle instances.
TemplateNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.TemplateNodeStyleDeserializer
 
TemplateNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateNodeStyleSerializer.
A serializer which can handle TemplateNodeStyle instances.
TemplateNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.TemplateNodeStyleSerializer
 
TemplateStyle - class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle.
Base class for all yFiles FLEX styles that use a template class to define the visual appearance of the items.
TemplateStyle(String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
Creates a new instance with the given template class.
TextLayoutFormat - class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat.
A data object for the client side flashx.textLayout.formats.TextLayoutFormat.
TextLayoutFormat() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.TextLayoutFormat
 
TextLayoutFormatDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.TextLayoutFormatDeserializer.
A deserializer which can handle TextLayoutFormat.
TextLayoutFormatDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.TextLayoutFormatDeserializer
 
TextLayoutFormatSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.TextLayoutFormatSerializer.
A serializer which can handle TextLayoutFormat.
TextLayoutFormatSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.TextLayoutFormatSerializer
 
Trapez - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Specifies a trapezoidal shape, whose lower line is half as long as it's upper line.
Trapez2 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Specifies a trapezoidal shape, whose upper line is half as long as it's lower line.
Trapezoid - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A trapezoid with its base on the top
Trapezoid2 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A trapezoid with its base on the bottom
Triangle - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A triangular shape that points to the top
Triangle2 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A triangular shape that points to the top
TypeConverters - class com.yworks.yfiles.server.graphml.support.reflection.TypeConverters.
Manages the mapping of different class types to implementations of ITypeConverter for this Class type.
toString() - Method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableRenderingOrder
 
toString() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLVersion
 
transferMapperIDs() - Method in class com.yworks.yfiles.server.graphml.flexio.data.DefaultNodeHierarchy
 
transferMapperIDs() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.INodeHierarchy
Replaces the DataProvider for grouping keys with the id data provider used by yFiles FLEX.
transferMapperIDs(Graph) - Static method in class com.yworks.yfiles.server.graphml.support.NodeHierarchy
Replaces the DataProvider for grouping keys with the id data provider used by yFiles FLEX.
trySerialize(Object, GraphMLWriteContext) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Tries to serialize item using context and returns if the serialization was successful.

U

USERTAGS_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Key for storing the current user tag map in the graph
UploadServlet - class com.yworks.yfiles.server.graphml.servlets.UploadServlet.
Simple upload servlet that takes the request from a client and sends the content back in the response.
UploadServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.UploadServlet
Calls the UploadServlet.UploadServlet(String) constructor using AbstractGraphRoundtripSupport.PARAM_GRAPH as the parameter name.
UploadServlet(String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.UploadServlet
Creates a new instance using the provided parameter to get the graphml string from the HttpServletRequest.

V

ViewStateCreator - interface com.yworks.yfiles.server.graphml.folding.ViewStateCreator.
 
VoidEdgeStyle - class com.yworks.yfiles.server.graphml.flexio.data.common.VoidEdgeStyle.
A container modeling an edge style that does nothing and behaves like an invisible style.
VoidEdgeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.common.VoidEdgeStyle
 
VoidLabelStyle - class com.yworks.yfiles.server.graphml.flexio.data.common.VoidLabelStyle.
A container modeling a label style that does nothing and behaves like an invisible style.
VoidLabelStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.common.VoidLabelStyle
 
VoidNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.common.VoidNodeStyle.
A container modeling a node style that does nothing and behaves like an invisible style.
VoidNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.common.VoidNodeStyle
 
VoidPortStyle - class com.yworks.yfiles.server.graphml.flexio.data.common.VoidPortStyle.
A container modeling a port style that does nothing and behaves like an invisible style.
VoidPortStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.common.VoidPortStyle
 
validateFoldingState(Graph) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
Make sure that there are NodeViewState, EdgeViewState and PortViewState instances available for all dummy nodes, dummy edges and dummy node ports induced by the collapsed/expanded states of the graph's nodes.
validateFoldingState(Graph, ViewStateCreator) - Static method in class com.yworks.yfiles.server.graphml.folding.FoldingSupport
 
valueOf(String) - Static method in class com.yworks.yfiles.server.graphml.flexio.data.flexmarkup.TableRenderingOrder
 
valueOf(String) - Static method in class com.yworks.yfiles.server.graphml.support.GraphMLVersion
 
values() - Static method in class com.yworks.yfiles.server.graphml.support.GraphMLVersion
 

W

WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModel
A parameter instance which places the label at the left side of the stripe.
WEST - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.StripeLabelModel
A parameter instance which places the label at the left side of the stripe.
WRITE_STRIPE_DEFAULTS - Static variable in interface com.yworks.yfiles.server.graphml.flexio.FlexSerializationProperties
Specifies if the stripe defaults for tables shall be serialized.
WRITE_Z_ORDER - Static variable in interface com.yworks.yfiles.server.graphml.flexio.FlexSerializationProperties
Specifies if the z-order for graph elements shall be serialized.
WrappingRoundtripMapper - class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper.
Default implementation of IRoundtripMapper that wraps an existing DataMap.
WrappingRoundtripMapper(DataMap, String, KeyScope, KeyType) - Constructor for class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
A new instance using the provided DataMap to delegate to.
WrappingRoundtripMapper(DataMap, String, KeyScope, KeyType, boolean) - Constructor for class com.yworks.yfiles.server.graphml.support.WrappingRoundtripMapper
A new instance using the provided DataMap to delegate to.
west - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
west - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
west - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
wrapped - Variable in class com.yworks.yfiles.server.graphml.flexio.data.DelegatingStyle
The wrapped style.
write(Graph, String) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Writes the contents of the given graph to a file.
writeAttribute(String, String, String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeAttribute(String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeAttribute(GraphMLXmlAttribute) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeAttribute(String, double) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeAttribute(String, long) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeAttribute(String, boolean) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeCData(String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeComment(String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeDocumentFragment(DocumentFragment) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeEndDocument() - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeEndElement() - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeExternal(ObjectOutput) - Method in class com.yworks.yfiles.server.graphml.flexio.binary.ExternalizableGraph
 
writeLocation(XmlWriter, String, YPoint) - Static method in class com.yworks.yfiles.server.graphml.support.FlexGraphicsSerializationToolkit
Writes an element with the given name and the namespace NamespaceConstants.YFILES_JAVA_NS containing the given location as attributes with name 'x' and 'y'.
writeNodeLayout(XmlWriter, NodeLayout) - Static method in class com.yworks.yfiles.server.graphml.support.FlexGraphicsSerializationToolkit
Writes an element with the name 'Geometry' in the namespace NamespaceConstants.YFILES_JAVA_NS containing the given node layout as attributes with name 'x', 'y', 'width' and 'height'.
writeProcessingInstruction(String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeStartDocument() - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeStartElement(String, String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeStartElement(String, String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeStyle(GraphMLWriteContext, IEdgeStyle, XmlWriter) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractEdgeStyleSerializer
Writes the passed edge style.
writeStyle(GraphMLWriteContext, IEdgeStyle, XmlWriter) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PolylineEdgeStyleSerializer
 
writeText(String) - Method in class com.yworks.yfiles.server.graphml.flexio.NullXmlWriter
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.PortLocationModelOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.ZOrderOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.EdgeViewStateOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.NodeExpandedOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.NodeViewStateOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.folding.PortViewStateOutputHandler
 
writeValueCore(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
 

X

XAML_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
XAML_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
XmlSupport - class com.yworks.yfiles.server.graphml.support.XmlSupport.
Support classes for handling xml elements.

Y

YFILES_COMMON_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YFILES_COMMON_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YFILES_FLEX_NS - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YFILES_FLEX_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YFILES_FORMS_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YFILES_FORMS_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YGRAPHML_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YGRAPHML_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YWORKS_EXT_ARRAY_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YWORKS_EXT_ARRAY_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YWORKS_EXT_PRIMITIVES_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YWORKS_EXT_PRIMITIVES_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YWORKS_MARKUP_NS_PREFIX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
YWORKS_MARKUP_NS_URI - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 
Y_BRUSH - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents a fill
Y_DASH_STYLE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents the dash pattern of a stroke
Y_FONT - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents a font
Y_IMAGE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents an image resource
Y_LABEL - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents a single label
Y_LABEL_LIST - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents the list of labels associated with a graph item
Y_LABEL_TEXT - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents the text of a label
Y_PEN - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents a stroke
Y_PREFERRED_SIZE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents the preferred size of a label
Y_SHARED_DATA - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of the GraphML element containing shared data elements
Y_SOURCE_ARROW - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents the source arrow of an edge
Y_TARGET_ARROW - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name of a GraphML element that represents the target arrow of an edge
Y_USER_TAG - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
 

Z

ZOrderInputHandler - class com.yworks.yfiles.server.graphml.flexio.ZOrderInputHandler.
Input handler that parses the z-order of graph elements.
ZOrderInputHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.ZOrderInputHandler
 
ZOrderOutputHandler - class com.yworks.yfiles.server.graphml.flexio.ZOrderOutputHandler.
Output handler that writes the z-order of graph elements.
ZOrderOutputHandler() - Constructor for class com.yworks.yfiles.server.graphml.flexio.ZOrderOutputHandler
Create a new output handler using scope KeyScope.ALL, type KeyType.INT and name 'zOrder'.

A B C D E F G H I L M N O P R S T U V W X Y Z

Copyright © 2000-2013 yWorks GmbH. All rights reserved