-
Method Summary
Modifier and Type |
Method |
Description |
void |
setBlur(double blur) |
The blur of the node.
|
void |
setCollapsed(boolean collapsed) |
|
void |
setFillLevel(double fillLevel) |
The filling level of the item's shape given as percentage value.
|
void |
setFillLevelIndication(FillLevelIndication fillLevelIndication) |
The indication for filling of the item's shape.
|
void |
setFont(Font font) |
The font of the text label of the item.
|
void |
setHidden(boolean hidden) |
Changes the visibility of the item in the diagram.
|
void |
setLabelPosition(double labelX,
double labelY) |
Changes the position of the item's label.
|
void |
setLabelRotation(double labelRotation) |
Changes the rotation of the position of the item's label.
|
void |
setPaint(Paint paint) |
Sets the fill appearance of the item's shape.
|
void |
setPosition(double x,
double y) |
Set the position of the item.
|
void |
setScale(double scale) |
The scale factor the node is displayed with.
|
void |
setShadow(Shadow shadow) |
The shadow of the item.
|
void |
setShape(Shape shape) |
The appearance of the metabolite node in the diagram.
|
void |
setSize(double width,
double height) |
Changes the item's size.
|
void |
setStrokeColor(Color strokeColor) |
The color for the stroke of the item's shape.
|
void |
setStrokeStyle(StrokeStyle strokeStyle) |
The paint style for the stroke of the item's shape.
|
void |
setStrokeWidth(double strokeWidth) |
The stroke width of the item's shape.
|
void |
setText(String text) |
|
void |
setTextBrush(Brush textBrush) |
The fill brush of the item's text label.
|
void |
setTextStrokeColor(Color textStrokeColor) |
The color for the stroke of the item's text label.
|
void |
setTextStrokeWidth(double textStrokeWidth) |
The stroke width of the item's text label.
|
void |
setTransparency(double transparency) |
Changes the transparency of the item's shape.
|
Methods inherited from interface omix.plugin.motifstamp.GraphicsNode
blur, collapsed, fillLevel, fillLevelIndication, font, height, hidden, paint, scale, shadow, shape, strokeColor, strokeStyle, strokeWidth, text, textBrush, textStrokeColor, textStrokeWidth, transparency, width, x, y
-
Method Details
-
-
-
-
Changes the rotation of the position of the item's label.
- Parameters:
labelRotation
- rotation in degrees
- Throws:
IllegalChangeException
-
-
-
Sets the fill appearance of the item's shape.
- Parameters:
paint
- the new paint
- Throws:
IllegalChangeException
- See Also:
Node#paintField
-
-
-
-
The scale factor the node is displayed with.
Values less than 1.0 decreases the node's size.
Values greater than 1.0 increases its size.
- Throws:
IllegalChangeException
-
-
-
-
-
-
-
-
-
-
-