Uses of Class
com.bric.multislider.EmptyPathException
-
Packages that use EmptyPathException Package Description com.bric.multislider -
-
Uses of EmptyPathException in com.bric.multislider
Methods in com.bric.multislider that throw EmptyPathException Modifier and Type Method Description static Rectangle2D
ShapeBounds. getBounds(Shape shape)
This calculates the precise bounds of a shape.static Rectangle2D
ShapeBounds. getBounds(Shape shape, AffineTransform transform)
This calculates the precise bounds of a shape.static Rectangle2D
ShapeBounds. getBounds(Shape shape, AffineTransform transform, Rectangle2D r)
This calculates the precise bounds of a shape.static Rectangle2D
ShapeBounds. getBounds(Shape shape, Rectangle2D r)
This calculates the precise bounds of a shape.
-