public class GridBoundaryRenderContext extends Object
Constructor and Description |
---|
GridBoundaryRenderContext(double x,
double y,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Returns the height of the Grid boundary.
|
double |
getWidth()
Returns the width of the Grid boundary.
|
double |
getX()
Returns the X co-ordinate relative to the grid of the boundary.
|
double |
getY()
Returns the Y co-ordinate relative to the grid of the boundary.
|
public GridBoundaryRenderContext(double x, double y, double width, double height)
public double getX()
public double getY()
public double getWidth()
public double getHeight()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.