public interface GraphicsPath extends Component
Represents a graphical path in the diagram.
This Java interface represents a GraphicsPath in OVL.
It contain all methods available in OVL.
The static fields in this interface declaration
are public non-static instance fields in OVL.
They can be read and written from OVL code.
- Since:
- Omix 1.8.0
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description double
blur()
The item's blur.Paint
fillPaint()
The fill appearance of the item's shape.boolean
hidden()
Visibility of the item.Brush
lineBrush()
The color for the stroke of the item's shape.StrokeStyle
lineStyle()
The paint style for the stroke of the item's shape.double
lineWidth()
The stroke width of the item's shape.Model
model()
Returns the model this item belongs to.Shadow
shadow()
The item's default text font.double
transparency()
The item's transparency.Methods inherited from interface omix.lang.model.Component
customPropertyNames, getCustomProperty, getIdentifier, id, onload, setCustomProperty, setTmpCustomProperty
-
Method Details
-
lineBrush
The color for the stroke of the item's shape. -
fillPaint
The fill appearance of the item's shape. -
blur
The item's blur. -
transparency
The item's transparency. -
lineStyle
The paint style for the stroke of the item's shape. -
lineWidth
The stroke width of the item's shape. -
shadow
The item's default text font. -
Visibility of the item.
- Returns:
- hidden
-
model
Model model()Returns the model this item belongs to.- Returns:
- model
-