Class ViewBoxDefinitionImpl
- java.lang.Object
-
- org.kie.workbench.common.stunner.svg.gen.model.impl.ViewBoxDefinitionImpl
-
- All Implemented Interfaces:
HasSize,ViewDefinition.ViewBoxDefinition
public class ViewBoxDefinitionImpl extends Object implements ViewDefinition.ViewBoxDefinition
-
-
Constructor Summary
Constructors Constructor Description ViewBoxDefinitionImpl(double minX, double minY, double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()doublegetMinX()doublegetMinY()doublegetWidth()
-
-
-
Method Detail
-
getMinX
public double getMinX()
- Specified by:
getMinXin interfaceViewDefinition.ViewBoxDefinition
-
getMinY
public double getMinY()
- Specified by:
getMinYin interfaceViewDefinition.ViewBoxDefinition
-
-