Class ViewBox
java.lang.Object
org.jfree.graphics2d.svg.ViewBox
-
Constructor Summary
ConstructorsConstructorDescriptionViewBox(int minX, int minY, int width, int height) Creates a new instance with the specified dimensions. -
Method Summary
-
Constructor Details
-
ViewBox
Creates a new instance with the specified dimensions.- Parameters:
minX- the x coordinate.minY- the y coordinate.width- the width.height- the height.
-
-
Method Details
-
valueStr
-