Uses of Class
omix.plugin.ovl.annotation.OVLInaccessible
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.chart.data |
This package contains types used in OVL.
|
omix.lang.chart.util |
This package contains types used in OVL.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
omix.lang.reflect.annotation | |
omix.plugin.data | |
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model | |
omix.plugin.model.points |
This package contains polynominal describing point types.
|
omix.plugin.model.util | |
omix.plugin.model.writable | |
omix.plugin.model.writable.points |
This package contains polynominal describing point types.
|
omix.plugin.ovl |
This package contains interfaces to the OVL runtime environment of Omix.
|
omix.plugin.ovl.annotation |
This package contains additional annotations for plugin OVL.
|
omix.plugin.ovl.reflect |
This package contains interfaces to the OVL runtime environment of Omix.
|
omix.util.chart |
This package contains chart listeners.
|
Package | Description |
---|---|
omix.lang.reflect.annotation | |
omix.plugin.data | |
omix.plugin.diagram | |
omix.plugin.identity | |
omix.mathxp.io | |
omix.plugin.io |
This package contains interfaces allowing to realize file input output operations.
|
omix.plugin.model | |
omix.plugin.net |
This package contains interfaces allowing to realize network connectivity for Omix.
|
omix.plugin.ovl |
This package contains interfaces to the OVL runtime environment of Omix.
|
omix.plugin.paint |
This package contains interfaces allowing to implement image and movie export plugins.
|
omix.mathxp.parser | |
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
omix.plugin.model.points |
This package contains polynominal describing point types.
|
omix.plugin.model.writable.points |
This package contains polynominal describing point types.
|
omix.mathxp.references | |
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
omix.plugin.ovl.reflect |
This package contains interfaces to the OVL runtime environment of Omix.
|
omix.mathxp.ui.scene | |
omix.plugin.type |
This package contains interfaces for implementing type management plugins.
|
omix.mathxp.ui | |
omix.plugin.ui |
This package contains GUI elements and utilities for plugin development.
|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
omix.plugin.undo | |
omix.lang.annotation.util |
This package contains utilities for OVL and Omix plugin development.
|
omix.plugin.io.util |
This package contains utilities for file input output operations.
|
omix.plugin.type.util |
This package contains utility interfaces for type management.
|
omix.plugin.util |
This package contains utilities for Omix plugin development.
|
-
Uses of OVLInaccessible in omix.lang
Methods in omix.lang with annotations of type OVLInaccessible Modifier and Type Method Description void
JsonArray. addValue(@IsVarType Object value)
Map<Double,Color>
ColorInterpolator. colors()
boolean
JsonObject. containsKey(String name)
boolean
JsonObject. containsValue(@IsVarType Object value)
static JsonArray
JsonArray. fromArray(Object @IsVarType [] values)
static JsonArray
JsonArray. fromCollection(Collection<@IsVarType Object> values)
static JsonArray
JsonArray. fromList(List<@IsVarType Object> values)
static JsonArray
JsonArray. fromQueue(Queue<@IsVarType Object> values)
static JsonArray
JsonArray. fromSet(Set<@IsVarType Object> values)
static Font
Font. fromString(String strg)
This method is for file input purpose.List<Color>
ColorInterpolator. getColors()
Deprecated.ColorInterpolator.ColorSpace
ColorInterpolator. getColorSpace()
byte[]
Image. getData()
List<Double>
ColorInterpolator. getKeys()
Deprecated.Map<Double,Color>
Gradient. getStops()
long
Date. getValue()
long
DateTime. getValue()
@IsVarType Object
JsonArray. getValue(int index)
@IsVarType Object
JsonObject. getValue(String name)
long
Time. getValue()
Iterator<@IsVarType Object>
JsonArray. iterator()
Object
JsonArray. removeValue(int index)
boolean
JsonArray. removeValue(@IsVarType Object value)
@IsVarType Object
JsonObject. removeValue(String name)
int
Color. rgba()
void
JsonArray. setValue(int index, @IsVarType Object value)
void
JsonObject. setValue(String name, @IsVarType Object value)
String
Color. toHexString()
This method returns the rgba value as hexadecimal string.static String
Font. toString(Font font)
This method is for file output purpose.Method parameters in omix.lang with annotations of type OVLInaccessible Modifier and Type Method Description static String
OmixApplication. currentNamespace(OVLEnvironment env)
Returns the namespace of the current OVL program.static Accessory
OmixApplication. getAccessory(OVLEnvironment env, String namespace, Object object, String accessoryName)
This method dynamically reads the content of the object's accessory field.static @IsVarType Object
OmixApplication. invokeMethod(OVLEnvironment env, String namespace, @IsVarType Object object, String methodSignatur, Object @IsVarType ... params)
This method dynamically invokes the method described bymethodSignatur
.static boolean
OmixApplication. isNamespaceAvailable(OVLEnvironment env, String namespace, Object object)
Tests if a namespace is available in the network.static OVLObject
OmixApplication. newInstance(OVLEnvironment env, String namespace, Object object, String constructorSignature, Object... params)
This method dynamically instantiates an OVL class defined in a namespace.static @IsVarType Object
OmixApplication. readField(OVLEnvironment env, String namespace, @IsVarType Object object, String fieldName)
This method dynamically reads the content of the object's field.static void
OmixApplication. writeField(OVLEnvironment env, String namespace, @IsVarType Object object, String fieldName, @IsVarType Object value)
This method dynamically changes the content of a field to the submitted value.Constructors in omix.lang with annotations of type OVLInaccessible Constructor Description ColorInterpolator(List<Color> colors, List<Double> keys, ColorInterpolator.ColorSpace colorSpace)
Deprecated.Image(byte[] data)
Created an image upon the submitted data.Image(byte[] data, int width, int height, boolean isSVG)
Created an image with the submitted data and bounds.JsonArray()
JsonArray(Object @IsVarType [] values)
JsonArray(Collection<@IsVarType Object> values)
Time(long date)
creates a time with the absolute date representationTime(Date date)
creates a time upon a java standard date format. -
Uses of OVLInaccessible in omix.lang.chart
Methods in omix.lang.chart with annotations of type OVLInaccessible Modifier and Type Method Description void
Chart. addChartChangeListener(ChartChangeListener listener)
void
Chart. datasetChanged()
void
Chart. propertyChange(PropertyChangeEvent evt)
void
Chart. removeChartChangeListener(ChartChangeListener listener)
-
Uses of OVLInaccessible in omix.lang.chart.data
Classes in omix.lang.chart.data with annotations of type OVLInaccessible Modifier and Type Class Description static class
ComposedXYDataset.CoordinateXY
class
Qualifier
Methods in omix.lang.chart.data with annotations of type OVLInaccessible Modifier and Type Method Description void
TableDataReference. addChartChangeListener(ChartChangeListener listener)
void
ComposedDataset. addDatasetChangeListener(DatasetChangeListener listener)
Add a dataset change listener.void
Dataset. addDatasetChangeListener(DatasetChangeListener listener)
Add a dataset change listener.void
TableDataset. addDatasetChangeListener(DatasetChangeListener listener)
Add a dataset change listener.void
ComposedDataset. datasetChanged()
This method notifies all registeredDatasetChangeListener
s.protected void
TableDataReference. datasetChanged()
void
TableDataset. datasetChanged()
This method notifies all registeredDatasetChangeListener
s.List<List<double[]>>
AbstractComposedXYDataset. getData()
List<List<Double>>
ComposedCategoryDataset. getData()
void
ComposedDataset. neverImplementThisInterface(omix.lang.chart.data._PrivateMember privateMember)
throws an exception!void
Dataset. neverImplementThisInterface(omix.lang.chart.data._PrivateMember privateMember)
Do not call this method.void
TableDataset. neverImplementThisInterface(omix.lang.chart.data._PrivateMember privateMember)
throws an exception!void
TableDataReference. removeChartChangeListener(ChartChangeListener listener)
void
ComposedDataset. removeDatasetChangeListener(DatasetChangeListener listener)
remove the given change listener.void
Dataset. removeDatasetChangeListener(DatasetChangeListener listener)
remove the given change listener.void
TableDataset. removeDatasetChangeListener(DatasetChangeListener listener)
remove the given change listener.Constructors in omix.lang.chart.data with annotations of type OVLInaccessible Constructor Description ComposedCategoryDataset(List<String> series, List<String> categories, List<List<Double>> data)
ComposedXYDataset(List<String> series, List<List<double[]>> data)
ComposedXYZDataset(List<String> series, List<List<double[]>> data)
-
Uses of OVLInaccessible in omix.lang.chart.util
Methods in omix.lang.chart.util with annotations of type OVLInaccessible Modifier and Type Method Description void
ChartStyleElement. addPropertyChangeListener(PropertyChangeListener listener)
ErrorComposedDataset
ErrorComposedDataset. clone()
List<List<Double>>
ErrorComposedDataset. getData()
protected void
ChartStyleElement. propertyChange(PropertyChangeEvent evt)
void
ErrorComposedDataset. propertyChange(PropertyChangeEvent evt)
void
ChartStyleElement. removePropertyChangeListener(PropertyChangeListener listener)
Constructors in omix.lang.chart.util with annotations of type OVLInaccessible Constructor Description ErrorComposedDataset(ComposedCategoryDataset dataset)
-
Uses of OVLInaccessible in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation with annotations of type OVLInaccessible Modifier and Type Method Description default double
DataAnnotation. x()
Deprecated.default double
DataAnnotation. y()
Deprecated. -
Uses of OVLInaccessible in omix.lang.reflect
Classes in omix.lang.reflect with annotations of type OVLInaccessible Modifier and Type Interface Description interface
Constructor
This interface represents a constructor of an OVL class.interface
Field
This interface represents a field defined in OVL code.interface
Member
This is the super type of all class and extension members.interface
Method
This interface represents a method defined in OVL code.interface
OVLEnvironment
Java methods and constructors can be equipped with a prependOVLEnvironment
parameter.Methods in omix.lang.reflect with annotations of type OVLInaccessible Modifier and Type Method Description <T extends Annotation>
TMember. getAnnotation(Class<T> cls)
This method returns the annotation of this member identified by its class.Annotation[]
Member. getAnnotations()
This method returns an array of all available annotations of this member.<T extends Annotation>
T[]Member. getAnnotationsByType(Class<T> annotationClass)
String
Member. getName()
The name of the member in OVL source code.String
Member. getNamespace()
The namespace of the member defining OVL source code.boolean
Member. isAnnotationPresent(Class<? extends Annotation> a)
This method tests if the member is defined with a certain Java annotation. -
Uses of OVLInaccessible in omix.lang.reflect.annotation
Classes in omix.lang.reflect.annotation with annotations of type OVLInaccessible Modifier and Type Class Description interface
Abstract
interface
Final
interface
Private
interface
Protected
interface
Public
interface
Synchronized
interface
Transient
-
Uses of OVLInaccessible in omix.plugin.data
Methods in omix.plugin.data with annotations of type OVLInaccessible Modifier and Type Method Description default void
DataMatrixInterface. deleteColumn(int column)
default void
DataMatrixInterface. deleteRow(int row)
void
DataMatrixInterface. setValue(int row, int column, @IsVarType Object value)
-
Uses of OVLInaccessible in omix.plugin.diagram
Classes in omix.plugin.diagram with annotations of type OVLInaccessible Modifier and Type Interface Description interface
AbstractItem
This class generalizes all types of visible network components as well as the network and the model. -
Uses of OVLInaccessible in omix.plugin.diagram.writable
Classes in omix.plugin.diagram.writable with annotations of type OVLInaccessible Modifier and Type Interface Description interface
AbstractItem
-
Uses of OVLInaccessible in omix.plugin.model
Classes in omix.plugin.model with annotations of type OVLInaccessible Modifier and Type Interface Description interface
MetaboliteType
This class represents metabolite types of a biochamical model.interface
Model
This method represents the complete network model.Methods in omix.plugin.model with annotations of type OVLInaccessible Modifier and Type Method Description void
Model. addChangeListener(ChangeListener listener)
Adds aChangeListener
which is triggered when the composition of the network changes.void
Model. addChangeListener(ModelChangeListener listener)
Adds aModelChangeListener
which is triggered when the composition of the network changes.void
Model. removeChangeListener(ChangeListener listener)
Removes the listener which is therefore no longer triggered.void
Model. removeChangeListener(ModelChangeListener listener)
Removes the listener which is therefore no longer triggered. -
Uses of OVLInaccessible in omix.plugin.model.points
Classes in omix.plugin.model.points with annotations of type OVLInaccessible Modifier and Type Interface Description interface
AbstractControlPoint
Generalizes all possible control points of a curve.interface
AbstractCurvePoint
Generalizes all curve describing points.interface
Arc
Represents an arc as curve describing component of an edge.
An arc consists of a center point, radius in X and Y direction, a start angle and a length in degrees.interface
BezierPoint
Represents a bezier control point of a quad or cubic curve.interface
Separator
Represents a separator point (move to).class
Smoothness
This enum lists all available smoothness settings of spline points.interface
SplinePoint
Represents a spline point connecting curve segments. -
Uses of OVLInaccessible in omix.plugin.model.util
Classes in omix.plugin.model.util with annotations of type OVLInaccessible Modifier and Type Interface Description interface
ContextMenuEntryProvider
By implementing this interface, a plug-in can add own menu entries to the context menu of graphical items.Methods in omix.plugin.model.util with annotations of type OVLInaccessible Modifier and Type Method Description int
Synonyms. getFavoriteSynonym()
Synonym
Synonyms. getSynonym(int index)
-
Uses of OVLInaccessible in omix.plugin.model.writable
Methods in omix.plugin.model.writable with annotations of type OVLInaccessible Modifier and Type Method Description void
Model. addChangeListener(ModelChangeListener listener)
Adds aNetworkChangeListener
which is triggered when the composition of the network changes.void
Model. removeChangeListener(ModelChangeListener listener)
Removes the listener which is therefore no longer triggered.void
StyleSheet. setGraphicsNodeCollapsed(boolean collapsed)
Changes the default value of all graphics nodes' collapsed-state in the diagram.void
StyleSheet. setLinkCollapsed(boolean collapsed)
Changes the default value of all links' collapsed-state in the diagram.void
StyleSheet. setMetaboliteCollapsed(boolean collapsed)
Changes the default value of all metabolites' collapsed-state in the diagram.void
StyleSheet. setReactionCollapsed(boolean collapsed)
Changes the default value of all reactions' collapsed-state in the diagram. -
Uses of OVLInaccessible in omix.plugin.model.writable.points
Classes in omix.plugin.model.writable.points with annotations of type OVLInaccessible Modifier and Type Interface Description interface
AbstractControlPoint
interface
AbstractCurvePoint
interface
Arc
interface
BezierPoint
interface
Separator
interface
SplinePoint
-
Uses of OVLInaccessible in omix.plugin.ovl
Methods in omix.plugin.ovl with annotations of type OVLInaccessible Modifier and Type Method Description <T extends Annotation>
TOVLAbstractMemberDefinition. getAnnotation(Class<T> cls)
This method returns the annotation of this member identified by its class.<T extends Annotation>
TOVLClass. getAnnotation(Class<T> cls)
This method returns the annotation of this class identified by its class.<T extends Annotation>
TOVLParameterDefinition. getAnnotation(Class<T> cls)
This method returns the annotation of this parameter identified by its class.Annotation[]
OVLAbstractMemberDefinition. getAnnotations()
This method returns an array of all available annotations of this member.Annotation[]
OVLClass. getAnnotations()
This method returns an array of all available annotations of this class.Annotation[]
OVLParameterDefinition. getAnnotations()
This method returns an array of all available annotations of this parameter.String
OVLAbstractMemberDefinition. getName()
The name of the member in OVL source code.String
OVLParameterDefinition. getName()
The name of the parameter in OVL source code.ClassType
OVLParameterDefinition. getType()
The type of the parameter in OVL source code.boolean
OVLAbstractMemberDefinition. isAnnotationPresent(Class<? extends Annotation> a)
This method tests if the member is defined with a certain Java annotation.boolean
OVLClass. isAnnotationPresent(Class<? extends Annotation> a)
This method tests if the class is defined with a certain Java annotation.boolean
OVLParameterDefinition. isAnnotationPresent(Class<? extends Annotation> a)
This method tests if the parameter is defined with a certain Java annotation. -
Uses of OVLInaccessible in omix.plugin.ovl.annotation
Classes in omix.plugin.ovl.annotation with annotations of type OVLInaccessible Modifier and Type Class Description interface
OVLEvent
This java annotation converts a java method into an OVL slot field.interface
OVLExtensible
This annotation marks all types which are extensible by OVL code.interface
OVLFallbackField
This java annotation converts a java method into an OVL fallback field.interface
OVLField
This java annotation converts a java method into an OVL field.interface
OVLInaccessible
This java annotation avoids accessibility of a member, parameter or class in OVL code.interface
OVLParameter
-
Uses of OVLInaccessible in omix.plugin.ovl.reflect
Classes in omix.plugin.ovl.reflect with annotations of type OVLInaccessible Modifier and Type Interface Description interface
Field
This interface represents a field defined in OVL code. -
Uses of OVLInaccessible in omix.util.chart
Classes in omix.util.chart with annotations of type OVLInaccessible Modifier and Type Interface Description interface
ChartChangeListener
This interface represents a listener for chart changes.interface
DatasetChangeListener
This interface represents a listener for dataset changes.Methods in omix.util.chart with annotations of type OVLInaccessible Modifier and Type Method Description void
ChartChangeListener. datasetChanged()
This method is called when the dataset of a chart is changed or the data within the dataset changes.void
DatasetChangeListener. datasetChanged()
This method is called when the dataset of a chart is changed or the data within the dataset changes.default void
ChartChangeListener. propertyChange(PropertyChangeEvent evt)
This method is called whenever a property of the chart or chart style, legend, title or background changes.