Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
D
- DASH_DOT_DOT_LINE - omix.lang.StrokeStyle
-
line with one dash, two dots...
- DASH_DOT_LINE - omix.lang.StrokeStyle
-
line with alternating dashes and dots.
- DASH_LINE - omix.lang.StrokeStyle
-
dashed line.
- data - Variable in class omix.plugin.model.util.ChangeEvent
- data - Variable in class omix.plugin.util.RawData
- data() - Method in class omix.lang.io.AbstractCSVTable
-
returns the data array of this table object.
- data() - Method in class omix.lang.io.AbstractTable
-
This method returns the array.
- Data - omix.plugin.util.PluginMenuItemType
-
The "Data" menu.
- DataAnnotation - Interface in omix.lang.model.accessory.annotation
-
This type represents all data annotations available in OVL.
- DataAnnotation - Interface in omix.plugin.model.accessory.annotation
- DataAnnotation - Interface in omix.plugin.model.writable.accessory.annotation
- DataAnnotationItem - Interface in omix.plugin.diagram.accessory.annotation
- DataAnnotationItem - Interface in omix.plugin.diagram.writable.accessory.annotation
- DataInputUtilities - Interface in omix.plugin.data
-
Provides utilities for data file input operations.
- DataManager - Interface in omix.lang.data
-
This class represents the data manager sidebar and provides access to the currently open data sources and tables.
- DataManager - Interface in omix.plugin.data
-
This class represents the data manager sidebar and provides access to the currently open data sources and tables.
- DataManager.CloseDataSourceEvent - Class in omix.plugin.data
- DataManager.CurrentDataSourceChangeEvent - Class in omix.plugin.data
- DataManager.CurrentTableChangeEvent - Class in omix.plugin.data
- DataManager.DataManagerChangeEvent - Class in omix.plugin.data
- DataManager.DataManagerChangeListener - Interface in omix.plugin.data
- DataManager.DataManagerSourceChangeEvent - Class in omix.plugin.data
- DataManager.GeneralDataManagerChangeEvent - Class in omix.plugin.data
- DataManager.LanguageChangeEvent - Class in omix.plugin.data
- DataManager.OpenDataSourceEvent - Class in omix.plugin.data
- DataManager.TableFormatChangeEvent - Class in omix.plugin.data
- dataManagerChanged(DataManager.DataManagerChangeEvent) - Method in interface omix.plugin.data.DataManager.DataManagerChangeListener
- DataManagerChangeEvent() - Constructor for class omix.plugin.data.DataManager.DataManagerChangeEvent
- DataManagerSourceChangeEvent(String) - Constructor for class omix.plugin.data.DataManager.DataManagerSourceChangeEvent
- dataMatrixChanged() - Method in interface omix.plugin.data.DataMatrixChangeListener
- dataMatrixChanged() - Method in class omix.util.data.AbstractDataMatrix
-
This method notifies all registered listeners.
- DataMatrixChangeListener - Interface in omix.plugin.data
- DataMatrixInterface - Interface in omix.plugin.data
- DataMatrixInterface.DeletableFlag - Enum in omix.plugin.data
- DataMatrixInterface.DeletableFlags - Class in omix.plugin.data
- DataMatrixInterface.MetaData - Class in omix.plugin.data
- DataMatrixInterface.MetaDataType - Enum in omix.plugin.data
- DataMatrixInterface.Representation - Enum in omix.plugin.data
- DataMatrixInterface.Representations - Class in omix.plugin.data
- DataOutputUtilities - Interface in omix.plugin.data
-
Provides utilities for data file output operations.
- Dataset - Interface in omix.lang.chart.data
-
This interface represents a chart's dataset.
- datasetChanged() - Method in class omix.lang.chart.Chart
- datasetChanged() - Method in class omix.lang.chart.data.ComposedDataset
-
This method notifies all registered
DatasetChangeListener
s. - datasetChanged() - Method in class omix.lang.chart.data.TableDataReference
- datasetChanged() - Method in class omix.lang.chart.data.TableDataset
-
This method notifies all registered
DatasetChangeListener
s. - datasetChanged() - Method in interface omix.util.chart.ChartChangeListener
-
This method is called when the dataset of a chart is changed or the data within the dataset changes.
- datasetChanged() - Method in interface omix.util.chart.DatasetChangeListener
-
This method is called when the dataset of a chart is changed or the data within the dataset changes.
- DatasetChangeListener - Interface in omix.util.chart
-
This interface represents a listener for dataset changes.
- dataSourceChanged() - Method in interface omix.plugin.data.DataSourceChangeListener
- DataSourceChangeListener - Interface in omix.plugin.data
- DataSourceHandlerFactory - Interface in omix.plugin.data
- DataSourceHandlerInterface - Interface in omix.plugin.data
- dataSourceIdentifier - Variable in class omix.plugin.data.DataManager.DataManagerSourceChangeEvent
- DataSourceInterface - Interface in omix.plugin.data
- DataSourceInterface.Enumerator - Enum in omix.plugin.data
- DataSourceManager - Interface in omix.plugin.data
- DataSourceManager - Interface in omix.plugin.data.writable
- Date - Class in omix.lang
-
This class represents date in the Omix network diagrams.
- Date(int, int, int) - Constructor for class omix.lang.Date
-
creates a date with the given year, month (1-12) and day (1-31)
- Date(long) - Constructor for class omix.lang.Date
-
creates a date with the absolute date representation
- Date(Date) - Constructor for class omix.lang.Date
-
creates a date upon a java standard date format.
- dateFormat - Static variable in interface omix.util.text.DefaultFormats
-
formatting number with pattern yyyy-MM-dd_HH.mm.
- DateTime - Class in omix.lang
-
This class represents date and time in the Omix network diagrams.
- DateTime(int, int, int, int, int, int) - Constructor for class omix.lang.DateTime
-
creates a date time with the given year, month (1-12), day (1-31), hour of day (0-23), minute (0-59) and second (0-59)
- DateTime(int, int, int, int, int, int, int) - Constructor for class omix.lang.DateTime
-
creates a date time with the given year, month (1-12), day (1-31), hour of day (0-23), minute (0-59), second (0-59) and millisecond (0-999)
- DateTime(long) - Constructor for class omix.lang.DateTime
-
creates a date time with the absolute date representation
- DateTime(Date) - Constructor for class omix.lang.DateTime
-
creates a date time upon a java standard date format.
- day - omix.mathxp.units.DerivedUnit
- deactivate() - Method in interface omix.plugin.DocumentExtensionInterface
-
This method is invoked when the document is deactivated in the multi document area.
- deactivatePlugin(String) - Method in interface omix.plugin.model.writable.Model
- deci - omix.mathxp.units.SIPrefix
- decimalFormat() - Method in interface omix.lang.model.accessory.annotation.DoubleField
-
The decimal format defines, how the double value is formatted to textual representation.
- DecimalFormat - Class in omix.util.text
-
This class represents a format pattern for the conversion of floating point numbers to text.
- DecimalFormat - omix.plugin.data.DataMatrixInterface.MetaDataType
- DecimalFormat(String) - Constructor for class omix.util.text.DecimalFormat
- DecimalFormat(String, boolean) - Constructor for class omix.util.text.DecimalFormat
- DecimalFormat(String, RoundingMode) - Constructor for class omix.util.text.DecimalFormat
- DecimalFormat(String, RoundingMode, boolean) - Constructor for class omix.util.text.DecimalFormat
- DecimalFormat(String, RoundingMode, DecimalFormatSymbols) - Constructor for class omix.util.text.DecimalFormat
- DecimalFormat(String, RoundingMode, DecimalFormatSymbols, boolean) - Constructor for class omix.util.text.DecimalFormat
- Decoration - omix.plugin.data.DataMatrixInterface.MetaDataType
- Default - omix.plugin.ovl.OVLCompilerMessage.Type
- Default - omix.plugin.util.PluginMenuItemType
-
The default menu for plugin actions ("Extra" menu).
- DEFAULT - Static variable in interface omix.plugin.LicenseKeyValidatorInterface
-
Use the default validator in order to force Omix to use its own internal license key validator.
- defaultClipping() - Method in interface omix.plugin.diagram.Diagram
- defaultClipping() - Method in interface omix.plugin.diagram.writable.Diagram
- DefaultFormats - Interface in omix.util.text
-
This interface contains a set of number-to-string formatters.
- DefaultToolBar - omix.plugin.util.PluginToolbarItemType
-
The default toolbar for plugin actions.
- Deletable - omix.plugin.data.DataMatrixInterface.MetaDataType
- DeletableCell - omix.plugin.data.DataMatrixInterface.DeletableFlag
- DeletableColumn - omix.plugin.data.DataMatrixInterface.DeletableFlag
- DeletableFlags(int) - Constructor for class omix.plugin.data.DataMatrixInterface.DeletableFlags
- DeletableFlags(DataMatrixInterface.DeletableFlag...) - Constructor for class omix.plugin.data.DataMatrixInterface.DeletableFlags
- DeletableRow - omix.plugin.data.DataMatrixInterface.DeletableFlag
- deleteChild(MathItem2DInterface) - Method in class omix.mathxp.ui.scene.MathRoot2D
- deleteColumn(int) - Method in interface omix.plugin.data.DataMatrixInterface
- deleteRow(int) - Method in interface omix.plugin.data.DataMatrixInterface
- deleteWidget(QWidget) - Method in class omix.plugin.ui.PopupMenuAction
- Dense1Pattern - omix.lang.FillPattern.Type
-
dense pattern 1.
- Dense2Pattern - omix.lang.FillPattern.Type
-
dense pattern 2.
- Dense3Pattern - omix.lang.FillPattern.Type
-
dense pattern 3.
- Dense4Pattern - omix.lang.FillPattern.Type
-
dense pattern 4.
- Dense5Pattern - omix.lang.FillPattern.Type
-
dense pattern 5.
- Dense6Pattern - omix.lang.FillPattern.Type
-
dense pattern 6.
- Dense7Pattern - omix.lang.FillPattern.Type
-
dense pattern 7.
- Deprecated - omix.plugin.ovl.OVLCompilerMessage.Type
- DerivedUnit - Enum in omix.mathxp.units
- description() - Method in interface omix.plugin.undo.UndoableAction
- Description - omix.plugin.paint.PaintHandlerInterface.PaintOption
-
If a file format supports description the method
PaintDeviceInterface.setText(String, String)
can be used to insert text details. - deserialize(Class<?>, TypeSerializationHandlerInterface.AbstractSerialization, VersionNumber) - Method in class omix.mathxp.io.MathTypeHandler
- deserialize(Class<?>, TypeSerializationHandlerInterface.AbstractSerialization, VersionNumber) - Method in interface omix.plugin.type.TypeSerializationHandlerInterface
-
Deserializes an object of a specific class type according the given instance of
TypeSerializationHandlerInterface.AbstractSerialization
.
Omix iterates the list of installed TypeSerializationHandlers ordered by time of installation. - deserialize(TypeSerializationHandlerInterface.AbstractSerialization, VersionNumber, DataInputUtilities) - Method in interface omix.plugin.data.DataSourceHandlerInterface
-
Deserializes an instance of
DataSourceInterface
according the given instance ofTypeSerializationHandlerInterface.AbstractSerialization
.
Omix iterates the list of installed TypeSerializationHandlers ordered by time of installation. - destroy() - Method in interface omix.plugin.type.TypeGraphicsHandlerInterface.ValuePainterInterface
- detach(OVLEnvironment) - Method in interface omix.plugin.model.writable.Model
-
Detaches this writable model from the OVL environment.
- determineUnit(String, List<UnitInterface>) - Method in interface omix.mathxp.MathFunction.FunctionProcessorInterface
- dfa10 - Variable in class omix.mathxp.parser.MathExpressionsLexer
- dfa16 - Variable in class omix.mathxp.parser.MathExpressionsLexer
- diag() - Method in class omix.util.math.vector.Matrix2d
-
Returns the diagonal of the matrix as vector
- diag() - Method in class omix.util.math.vector.Matrix2f
-
Returns the diagonal of the matrix as vector
- DiagCrossPattern - omix.lang.FillPattern.Type
-
diagonal cross pattern.
- diagram() - Method in interface omix.plugin.diagram.AbstractItem
- diagram() - Method in interface omix.plugin.diagram.accessory.AccessoryItem
- diagram() - Method in interface omix.plugin.diagram.pattern.PatternItem
- diagram() - Method in interface omix.plugin.diagram.writable.AbstractItem
- diagram() - Method in interface omix.plugin.diagram.writable.accessory.AccessoryItem
- diagram() - Method in interface omix.plugin.diagram.writable.pattern.PatternItem
- diagram() - Method in interface omix.plugin.model.Link.DiagramLinkAppearance
- diagram() - Method in interface omix.plugin.model.writable.Link.DiagramLinkAppearance
- Diagram - Interface in omix.plugin.diagram
- Diagram - Interface in omix.plugin.diagram.writable
- Diagram.NewNodePosition - Class in omix.plugin.diagram.writable
- diagramExists(String) - Method in interface omix.plugin.model.Model
-
Determines if diagram of certain identifier exists.
- diagramIdentifiers() - Method in interface omix.plugin.model.Model
- diagrams() - Method in interface omix.plugin.model.Model
- diagrams() - Method in interface omix.plugin.model.writable.Model
- dialogEditor - Variable in class omix.plugin.type.TypeEditHandlerInterface.DialogEditorResponse
- DialogEditorResponse(TypeEditHandlerInterface.DialogEditorInterface) - Constructor for class omix.plugin.type.TypeEditHandlerInterface.DialogEditorResponse
- Diamond - omix.lang.StandardMarkerShapes
- Diamond - omix.lang.StandardShapes
-
Diamond.
- Diamond - Static variable in interface omix.lang.MarkerShape
-
Diamond.
- Diamond - Static variable in interface omix.lang.Shape
-
Diamond.
- dimensionless - omix.mathxp.units.SIUnit
- DimensionlessRequired - omix.mathxp.util.UnitCheckMessageCollectorInterface.UnitCheckMessage.MessageType
- disconnect(ValueChangeListener...) - Method in interface omix.lang.reflect.Field
-
This method disconnects the submitted listeners from the sender By calling
ValueChangeListener.removeSender(ValueChangeSender)
the reverse connection is deleted. - disconnect(ValueChangeListener...) - Method in interface omix.lang.reflect.ValueChangeSender
-
This method disconnects the submitted listeners from the sender By calling
ValueChangeListener.removeSender(ValueChangeSender)
the reverse connection is deleted. - disconnect(ValueChangeListener...) - Method in interface omix.plugin.ovl.reflect.Field
-
This method disconnects the submitted listeners from the sender By calling
ValueChangeListener.removeSender(ValueChangeSender)
the reverse connection is deleted. - disconnectFromAllSenders() - Method in interface omix.lang.reflect.ValueChangeListener
-
This method can be called in order to disconnect the listener from all senders which has been added by
ValueChangeListener.addSender(ValueChangeSender)
. - disconnectFromAllSenders() - Method in class omix.util.ui.EventBasedItemPropertyChangeListener
-
This method can be called in order to disconnect the listener from all senders which has been added by
ValueChangeListener.addSender(ValueChangeSender)
. - disconnectFromAllSenders() - Method in class omix.util.ui.EventBasedValueChangeListener
-
This method can be called in order to disconnect the listener from all senders which has been added by
ValueChangeListener.addSender(ValueChangeSender)
. - disconnectFromAllSenders() - Method in class omix.util.ValueChangeAdapter
-
This method can be called in order to disconnect the listener from all senders which has been added by
ValueChangeListener.addSender(ValueChangeSender)
. - Discrete - omix.lang.ColorInterpolator.InterpolationMode
-
The color returned by
ColorInterpolator.get(double)
for a certain value the next matching color - disjoint(Collection<?>, Collection<?>) - Static method in class omix.util.collections.Collections
- Display - omix.plugin.data.DataMatrixInterface.MetaDataType
- displayedVersion() - Static method in class omix.util.APIVersion
- dispose() - Method in interface omix.mathxp.ui.scene.MathItem2DInterface
- dispose() - Method in class omix.util.ui.QPaintGraphics2D
- dispose() - Method in class omix.util.ui.ThreadableSlot0
- dispose() - Method in class omix.util.ui.ThreadableSlot1
- disposeLater() - Method in interface omix.plugin.type.TypeEditHandlerInterface.DialogEditorInterface
-
Causes the QDialog to purge memory.
- DIV - omix.mathxp.MathOperation.Operator
- divide(Number) - Method in class omix.util.math.BigFraction
- divide(Number, Number) - Static method in class omix.mathxp.util.MathUtilities
- divide(Number, MathContext) - Method in class omix.util.math.BigFraction
- divide(UnitInterface, UnitInterface) - Static method in class omix.mathxp.units.UnitUtilities
- divide(ExpressionUtilities.MultiplierList, List<Error>) - Method in class omix.mathxp.util.ExpressionUtilities.MultiplierList
- DockingPosition - Enum in omix.util
-
This enum represents all available docking positions at a node in the diagram area.
- document() - Method in interface omix.plugin.DocumentAccessManager
-
Complete access to the document, all its components and OVL defined members.
- Document - Interface in omix.plugin
-
This interface is supertype for all possible documents in Omix.
- DocumentAccessManager - Interface in omix.plugin
-
This interface allows to access features of the Omix Plugin Interface.
- DocumentExtensionFactory - Interface in omix.plugin
-
This interface has to be derived by a custom plugin class in order to implement a document extension.
A custom class implementingDocumentExtensionFactory
can be registered at the Omix Plugin Manager: - DocumentExtensionInterface - Interface in omix.plugin
-
This interface can be implemented in order to realize a document dependend extension for Omix.
- domain - Variable in class omix.plugin.util.Authenticator.DomainUsernamePassword
- domainAxis() - Method in class omix.lang.chart.AbstractCategoryChart
- DomainUsernamePassword(String, String, String) - Constructor for class omix.plugin.util.Authenticator.DomainUsernamePassword
- dot(double) - Method in class omix.util.math.vector.AbstractDoubleVec
-
Scaling
- dot(double) - Method in class omix.util.math.vector.Matrix2d
-
Scale
- dot(double) - Method in class omix.util.math.vector.Matrix4d
-
Scale
- dot(double) - Method in class omix.util.math.vector.Vec2d
- dot(double) - Method in class omix.util.math.vector.Vec4d
- dot(float) - Method in class omix.util.math.vector.AbstractFloatVec
-
Scaling
- dot(float) - Method in class omix.util.math.vector.Matrix2f
-
Scale
- dot(float) - Method in class omix.util.math.vector.Matrix4f
-
Scale
- dot(float) - Method in class omix.util.math.vector.Vec2f
- dot(float) - Method in class omix.util.math.vector.Vec4f
- dot(Matrix2d) - Method in class omix.util.math.vector.Matrix2d
-
Scalar product
- dot(Matrix2f) - Method in class omix.util.math.vector.Matrix2f
-
Scalar product
- dot(Matrix4d) - Method in class omix.util.math.vector.Matrix4d
-
Scalar product
- dot(Matrix4f) - Method in class omix.util.math.vector.Matrix4f
-
Scalar product
- dot(Vec2d) - Method in class omix.util.math.vector.Matrix2d
-
Product with a vector.
- dot(Vec2d) - Method in class omix.util.math.vector.Vec2d
- dot(Vec2f) - Method in class omix.util.math.vector.Matrix2f
-
Product with a vector.
- dot(Vec2f) - Method in class omix.util.math.vector.Vec2f
- dot(Vec4d) - Method in class omix.util.math.vector.Matrix4d
-
Product with a vector.
- dot(Vec4d) - Method in class omix.util.math.vector.Vec4d
- dot(Vec4f) - Method in class omix.util.math.vector.Matrix4f
-
Product with a vector.
- dot(Vec4f) - Method in class omix.util.math.vector.Vec4f
- dot(T) - Method in class omix.util.math.vector.AbstractDoubleVec
-
Scalar product
- dot(T) - Method in class omix.util.math.vector.AbstractFloatVec
-
Scalar product
- DOT - Static variable in class omix.mathxp.parser.MathExpressionsLexer
- DOT - Static variable in class omix.mathxp.parser.MathExpressionsParser
- DOT_LINE - omix.lang.StrokeStyle
-
dotted line.
- DoubleEmblemHorizontal - omix.lang.StandardShapes
-
DoubleEmblemHorizontal.
- DoubleEmblemHorizontal - Static variable in interface omix.lang.Shape
-
DoubleEmblemHorizontal.
- DoubleEmblemVertical - omix.lang.StandardShapes
-
DoubleEmblemVertical.
- DoubleEmblemVertical - Static variable in interface omix.lang.Shape
-
DoubleEmblemVertical.
- DoubleField - Interface in omix.lang.model.accessory.annotation
-
This accessory represents textual represented double values in the network diagram.
- DoubleField - Interface in omix.plugin.model.accessory.annotation
- DoubleField - Interface in omix.plugin.model.writable.accessory.annotation
- DoubleFieldItem - Interface in omix.plugin.diagram.accessory.annotation
- DoubleFieldItem - Interface in omix.plugin.diagram.writable.accessory.annotation
- DoubleIndexedMap<T> - Class in omix.util.collections
-
This class collects objects in association with two indexes
i
andj
. - DoubleIndexedMap() - Constructor for class omix.util.collections.DoubleIndexedMap
-
Default constructor.
- DoubleIndexedMap(DoubleIndexedMap<T>) - Constructor for class omix.util.collections.DoubleIndexedMap
-
copy constructor
- DoubleMap<T> - Class in omix.util.collections
-
This class is a tree map associating objects to a double value.
- DoubleMap() - Constructor for class omix.util.collections.DoubleMap
-
Default constructor.
- DoubleMap(DoubleMap<T>) - Constructor for class omix.util.collections.DoubleMap
-
Copy constructor.
- DoublePlayer - Interface in omix.lang.model.accessory.trigger
-
A DoublePlayer has the same functionality as the
DoubleSlider
and, additionally, buttons to increase or decrease the current value with a defined step size and an automatic play routine. - DoublePlayer - Interface in omix.plugin.model.accessory.trigger
- DoublePlayer - Interface in omix.plugin.model.writable.accessory.trigger
- DoublePlayerItem - Interface in omix.plugin.diagram.accessory.trigger
- DoublePlayerItem - Interface in omix.plugin.diagram.writable.accessory.trigger
- DoubleSerialization(double) - Constructor for class omix.plugin.type.TypeSerializationHandlerInterface.DoubleSerialization
- DoubleSlider - Interface in omix.lang.model.accessory.trigger
-
A DoubleSlider controls a bounded real value by sliding a handle.
- DoubleSlider - Interface in omix.plugin.model.accessory.trigger
- DoubleSlider - Interface in omix.plugin.model.writable.accessory.trigger
- DoubleSliderItem - Interface in omix.plugin.diagram.accessory.trigger
- DoubleSliderItem - Interface in omix.plugin.diagram.writable.accessory.trigger
- DoubleSpinBox - Interface in omix.lang.model.accessory.trigger
-
A DoubleSpinBox consists of a spinable input mask for real numbers.
- DoubleSpinBox - Interface in omix.plugin.model.accessory.trigger
- DoubleSpinBox - Interface in omix.plugin.model.writable.accessory.trigger
- DoubleSpinBoxItem - Interface in omix.plugin.diagram.accessory.trigger
- DoubleSpinBoxItem - Interface in omix.plugin.diagram.writable.accessory.trigger
- DoubleTagHorizontal - omix.lang.StandardShapes
-
Horizontal double tag.
- DoubleTagHorizontal - Static variable in interface omix.lang.Shape
-
Horizontal double tag.
- DoubleTagVertical - omix.lang.StandardShapes
-
Vertical double tag.
- DoubleTagVertical - Static variable in interface omix.lang.Shape
-
Vertical double tag.
- DoubleTriangle - omix.lang.StandardMarkerShapes
- DoubleTriangle - Static variable in interface omix.lang.MarkerShape
-
DoubleTriangle.
- DoubleTrigger - Interface in omix.lang.model.accessory.trigger
-
This type represents all triggers emitting a double type signal.
- DoubleTrigger - Interface in omix.plugin.model.accessory.trigger
- DoubleTrigger - Interface in omix.plugin.model.writable.accessory.trigger
- DoubleTriggerItem - Interface in omix.plugin.diagram.accessory.trigger
- DoubleTriggerItem - Interface in omix.plugin.diagram.writable.accessory.trigger
- doubleValue() - Method in class omix.util.math.BigFraction
- Down45 - omix.lang.chart.util.CategoryAxis.LabelPosition
-
DOWN_45 category label positions.
- Down90 - omix.lang.chart.util.CategoryAxis.LabelPosition
-
DOWN_90 category label positions.
- draw(Shape) - Method in class omix.util.ui.QPaintGraphics2D
- draw3DRect(int, int, int, int, boolean) - Method in class omix.util.ui.QPaintGraphics2D
- drawArc(int, int, int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawBytes(byte[], int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawChars(char[], int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawGlyphVector(GlyphVector, float, float) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, int, int, Color, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, int, int, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawImage(Image, AffineTransform, ImageObserver) - Method in class omix.util.ui.QPaintGraphics2D
- drawLine(int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawOval(int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawPolygon(int[], int[], int) - Method in class omix.util.ui.QPaintGraphics2D
- drawPolygon(Polygon) - Method in class omix.util.ui.QPaintGraphics2D
- drawPolyline(int[], int[], int) - Method in class omix.util.ui.QPaintGraphics2D
- drawRect(int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class omix.util.ui.QPaintGraphics2D
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class omix.util.ui.QPaintGraphics2D
- drawRoundRect(int, int, int, int, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawString(String, float, float) - Method in class omix.util.ui.QPaintGraphics2D
- drawString(String, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- drawString(AttributedCharacterIterator, float, float) - Method in class omix.util.ui.QPaintGraphics2D
- drawString(AttributedCharacterIterator, int, int) - Method in class omix.util.ui.QPaintGraphics2D
- dst() - Method in interface omix.lang.model.Edge
-
returns the destination node this edge is connected with.
- dst() - Method in interface omix.lang.model.FluxEdge
-
returns the destination node this edge is connected with.
- dst() - Method in interface omix.plugin.diagram.AbstractEdgeItem
- dst() - Method in interface omix.plugin.diagram.EffectorEdgeItem
- dst() - Method in interface omix.plugin.diagram.FluxEdgeItem
- dst() - Method in interface omix.plugin.diagram.writable.AbstractEdgeItem
- dst() - Method in interface omix.plugin.diagram.writable.EffectorEdgeItem
- dst() - Method in interface omix.plugin.diagram.writable.FluxEdgeItem
- dst() - Method in interface omix.plugin.model.AbstractEdge
- dst() - Method in interface omix.plugin.model.EffectorEdge
- dst() - Method in interface omix.plugin.model.FluxEdge
- dst() - Method in interface omix.plugin.model.writable.AbstractEdge
- dst() - Method in interface omix.plugin.model.writable.EffectorEdge
- dst() - Method in interface omix.plugin.model.writable.FluxEdge
- dstDockingPosition() - Method in interface omix.plugin.diagram.AbstractEdgeItem
All Classes|All Packages