Package | Description |
---|---|
org.wicketstuff.html5.shape |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShape
The abstract shape provides basic functionality to all shapes
|
class |
Circle
Creates a circle shape
|
class |
Ellipse
Creates an ellipse shape
|
class |
Inset
Creates a inset shape - it's like a rectangle
|
class |
Polygon
Creates a polygon shape
|
Modifier and Type | Method and Description |
---|---|
Shape |
ShapeBuilder.getShape()
Gets the shape type the shape is using
|
Shape |
ShapeBuilder.getTransition()
Gets the transition shape
|
Shape |
Shape.transitionTime(String transitionTime) |
Shape |
AbstractShape.transitionTime(String transitionTime)
Sets the transition the shape is used on hover effects
|
Modifier and Type | Method and Description |
---|---|
ShapeBuilder |
ShapeBuilder.shape(Shape shape)
Uses the given shape
|
ShapeBuilder |
ShapeBuilder.transition(Shape transition)
Uses the given transition shape
|
Copyright © 2015. All rights reserved.