- All Superinterfaces:
AbstractBioNodeItem
,AbstractItem
,AbstractModelItem
,AbstractNodeItem
,Groupable
,ReadOnlyInterface
- All Known Subinterfaces:
MetaboliteItem
public interface MetaboliteItem extends AbstractBioNodeItem
-
Method Summary
Modifier and Type Method Description double
blur()
CompartmentItem
compartment()
double
fillLevel()
FillLevelIndication
fillLevelIndication()
Font
font()
Metabolite
modelComponent()
Paint
paint()
double
scale()
Shadow
shadow()
Shape
shape()
Color
strokeColor()
StrokeStyle
strokeStyle()
double
strokeWidth()
Brush
textBrush()
Color
textStrokeColor()
double
textStrokeWidth()
double
transparency()
Methods inherited from interface omix.plugin.diagram.AbstractBioNodeItem
effectorEdges, inEdges, outEdges
Methods inherited from interface omix.plugin.diagram.AbstractItem
addChangeListener, addPropertyChangeListener, diagram, getIdentifier, removeChangeListener, removePropertyChangeListener
Methods inherited from interface omix.plugin.diagram.AbstractModelItem
getAccessoryItem, getAccessoryItem, getAccessoryItem, getAccessoryItem, getAccessoryItems, getAccessoryItems, getAllAccessoryItems, getField, getField
Methods inherited from interface omix.plugin.diagram.AbstractNodeItem
accessoryAnchorFloating, accessoryAnchorPlacement, accessoryAnchorX, accessoryAnchorY, accessoryFloating, accessoryOrientation, accessorySpacing, collapsed, commentExists, comments, getComment, getCustomProperty, graphicsEdges, hasInvalidPosition, height, hidden, isPlacedOnLayoutPattern, labelFloating, labelHidden, labelPlacement, labelRotation, labelX, labelY, patternObject, setCustomProperty, setTmpCustomProperty, width, x, y, zValue
-
Method Details
-
shape
Shape shape() -
fillLevelIndication
FillLevelIndication fillLevelIndication() -
paint
Paint paint() -
strokeColor
Color strokeColor() -
textStrokeColor
Color textStrokeColor() -
textBrush
Brush textBrush() -
strokeStyle
StrokeStyle strokeStyle() -
shadow
Shadow shadow() -
textStrokeWidth
double textStrokeWidth() -
strokeWidth
double strokeWidth() -
scale
double scale() -
fillLevel
double fillLevel() -
blur
double blur() -
font
Font font() -
transparency
double transparency() -
modelComponent
Metabolite modelComponent()- Specified by:
modelComponent
in interfaceAbstractBioNodeItem
- Specified by:
modelComponent
in interfaceAbstractModelItem
- Specified by:
modelComponent
in interfaceAbstractNodeItem
-
compartment
CompartmentItem compartment()
-