public class ClusterGeometry extends Object implements Serializable
| Constructor and Description |
|---|
ClusterGeometry(ClusterGeometry cg) |
ClusterGeometry(int blockWidth,
int blockHeight,
int cols,
int rows) |
| Modifier and Type | Method and Description |
|---|---|
ClusterGeometry |
addBezels(int bezelWidth,
int bezelHeight)
Returns a new ClusterGeometry that adds bezels to the dimensions
of the current one (e.g.
|
int |
getBlockHeight() |
int |
getBlockWidth() |
int |
getColumns() |
int |
getHeight()
Returns the total height of the display wall
|
int |
getRows() |
int |
getWidth()
Returns the total width of the display wall
|
public ClusterGeometry(int blockWidth,
int blockHeight,
int cols,
int rows)
public ClusterGeometry(ClusterGeometry cg)
public ClusterGeometry addBezels(int bezelWidth, int bezelHeight)
bezelWidth - total bezel width (left+right)bezelHeight - total bezel height (top+bottom)public int getWidth()
public int getHeight()
public int getBlockWidth()
public int getBlockHeight()
public int getColumns()
public int getRows()
Copyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.