Uses of Interface
omix.lang.MarkerShape
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
omix.plugin.model | |
omix.plugin.model.util | |
omix.plugin.model.writable | |
omix.plugin.motifstamp.writable |
-
Uses of MarkerShape in omix.lang
Classes in omix.lang that implement MarkerShape Modifier and Type Class Description class
StandardMarkerShapes
This class implements the MarkerShape interface.Fields in omix.lang declared as MarkerShape Modifier and Type Field Description static MarkerShape
MarkerShape. Bar
Bar.static MarkerShape
MarkerShape. BarTriangle
BarTriangle.static MarkerShape
MarkerShape. Circle
Circle.static MarkerShape
MarkerShape. CircleMinus
Circle & Minus.static MarkerShape
MarkerShape. CirclePlus
Circle & Plus.static MarkerShape
MarkerShape. CircleQuestionMark
Circle & Question Mark.static MarkerShape
MarkerShape. Diamond
Diamond.static MarkerShape
MarkerShape. DoubleTriangle
DoubleTriangle.static MarkerShape
MarkerShape. EmptyBarTriangle
EmptyBarTriangle.static MarkerShape
MarkerShape. EmptyCircle
EmptyCircle.static MarkerShape
MarkerShape. EmptyDiamond
EmptyDiamond.static MarkerShape
MarkerShape. EmptyHexagon
EmptyHexagon.static MarkerShape
MarkerShape. EmptyPentagon
EmptyPentagon.static MarkerShape
MarkerShape. EmptyRectangle
EmptyRectangle.static MarkerShape
MarkerShape. EmptyReverseTriangle
EmptyReverseTriangle.static MarkerShape
MarkerShape. EmptyRhombus
Empty Rhombus.static MarkerShape
MarkerShape. EmptyTriangle
EmptyTriangle.static MarkerShape
MarkerShape. EmptyTriangleBar
EmptyTriangleBar.static MarkerShape
MarkerShape. Hexagon
Hexagon.static MarkerShape
MarkerShape. NoMarker
No marker.static MarkerShape
MarkerShape. OpenRoundedTriangle
OpenRoundedTriangle.static MarkerShape
MarkerShape. OpenTriangle
OpenTriangle.static MarkerShape
MarkerShape. Pentagon
Pentagon.static MarkerShape
MarkerShape. Rectangle
Rectangle.static MarkerShape
MarkerShape. ReverseTriangle
ReverseTriangle.static MarkerShape
MarkerShape. ReversibilitySign
ReversibilitySign.static MarkerShape
MarkerShape. Rhombus
Rhombus.static MarkerShape
MarkerShape. Triangle
Triangle.static MarkerShape
MarkerShape. TriangleBar
TriangleBar.Methods in omix.lang that return MarkerShape Modifier and Type Method Description static MarkerShape[]
MarkerShape. values()
-
Uses of MarkerShape in omix.lang.model
Methods in omix.lang.model that return MarkerShape Modifier and Type Method Description MarkerShape
EffectorEdge. activationArrowShape()
The shape of the edge's arrow when it shows activation.MarkerShape
FluxEdge. arrowShape()
The shape of the edge's arrow.MarkerShape
GraphicsEdge. endMarker()
The shape of the edge's end marker.MarkerShape
EffectorEdge. inhibitionArrowShape()
The shape of the edge's arrow when it shows inhibition.MarkerShape
GraphicsEdge. startMarker()
The shape of the edge's start marker.MarkerShape
EffectorEdge. unknownEffectArrowShape()
The shape of the edge's arrow when it shows unknown effect. -
Uses of MarkerShape in omix.plugin.model
Methods in omix.plugin.model that return MarkerShape Modifier and Type Method Description MarkerShape
EffectorEdge. activationArrowShape()
The shape of the edge's arrow when it shows activation.MarkerShape
LinkEdge.EffectorEdgeAppearance. activationArrowShape()
The shape of the edge's arrow when it shows activation.MarkerShape
FluxEdge. arrowShape()
The shape of the edge's arrow.MarkerShape
LinkEdge.FluxEdgeAppearance. arrowShape()
The shape of the edge's arrow.MarkerShape
StyleSheet. effectorEdgeActivationArrowShape()
The shape of the edge's arrow when it shows activation.MarkerShape
StyleSheet. effectorEdgeInhibitionArrowShape()
The shape of the edge's arrow when it shows inhibition.MarkerShape
StyleSheet. effectorEdgeUnknownEffectArrowShape()
The shape of the edge's arrow when it shows unknown effect.MarkerShape
GraphicsEdge. endMarker()
The shape of the edge's end marker.MarkerShape
LinkEdge.GraphicsEdgeAppearance. endMarker()
The shape of the edge's end marker.MarkerShape
StyleSheet. fluxEdgeArrowShape()
The shape of the edge's arrow.MarkerShape
EffectorEdge. inhibitionArrowShape()
The shape of the edge's arrow when it shows inhibition.MarkerShape
LinkEdge.EffectorEdgeAppearance. inhibitionArrowShape()
The shape of the edge's arrow when it shows inhibition.MarkerShape
GraphicsEdge. startMarker()
The shape of the edge's start marker.MarkerShape
LinkEdge.GraphicsEdgeAppearance. startMarker()
The shape of the edge's start marker.MarkerShape
EffectorEdge. unknownEffectArrowShape()
The shape of the edge's arrow when it shows unknown effect.MarkerShape
LinkEdge.EffectorEdgeAppearance. unknownEffectArrowShape()
The shape of the edge's arrow when it shows unknown effect. -
Uses of MarkerShape in omix.plugin.model.util
Subinterfaces of MarkerShape in omix.plugin.model.util Modifier and Type Interface Description interface
CustomShape
This interface represents custom symbol shapes in Omix. -
Uses of MarkerShape in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type MarkerShape Modifier and Type Method Description void
GraphicsEdge. setEndMarker(MarkerShape endMarker)
Changes the shape of the end marker.void
LinkEdge.GraphicsEdgeAppearance. setEndMarker(MarkerShape endMarker)
Changes the shape of the end marker.void
GraphicsEdge. setStartMarker(MarkerShape startMarker)
Changes the shape of the start marker.void
LinkEdge.GraphicsEdgeAppearance. setStartMarker(MarkerShape startMarker)
Changes the shape of the start marker. -
Uses of MarkerShape in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable that return MarkerShape Modifier and Type Method Description MarkerShape
EffectorEdge. activationArrowShape()
The shape of the edge's arrow when it shows activation.MarkerShape
FluxEdge. arrowShape()
The shape of the edge's arrow.MarkerShape
GraphicsEdge. endMarker()
The shape of the edge's end marker.MarkerShape
EffectorEdge. inhibitionArrowShape()
The shape of the edge's arrow when it shows inhibition.MarkerShape
GraphicsEdge. startMarker()
The shape of the edge's start marker.MarkerShape
EffectorEdge. unknownEffectArrowShape()
The shape of the edge's arrow when it shows unknown effect.Methods in omix.plugin.motifstamp.writable with parameters of type MarkerShape Modifier and Type Method Description void
GraphicsEdge. setEndMarker(MarkerShape endMarker)
Changes the shape of the end marker.void
GraphicsEdge. setStartMarker(MarkerShape startMarker)
Changes the shape of the start marker.