Draws a shape which geometry is constructed from two other shapes: a start shape and an end shape. The morph property of a morphing shape defines the amount of transformation applied to the start shape to turn it into the end shape. Both shapes must have the same winding rule.
Requires graphicsbuilder-ext-swingx and swingx in classpath.
Properties
Properties |
DefaultValue |
Notes |
|---|---|---|
start |
|
may be a java.awt.Shape or any shape operation |
end |
|
may be a java.awt.Shape or any shape operation |
morph |
|
float value in the range (0..1) |
Example

Labels