public class GridDebugger extends Node
| Modifier and Type | Field and Description |
|---|---|
protected Figure |
grid |
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
GridDebugger()
Create a new GridDebugger.
|
GridDebugger(int xCount,
int yCount,
float lineSeparation)
Create a new GridDebugger.
|
GridDebugger(String name)
Create a new GridDebugger.
|
GridDebugger(String name,
int xCount,
int yCount,
float lineSeparation)
Create a new GridDebugger.
|
add, add, add, getChildren, getEngine, getEntities, getEntity, getName, getParent, getTransform, remove, remove, remove, removed, render, setChildren, setEngine, setEntities, setName, setParent, setTransform, toString, updatepublic static final org.slf4j.Logger LOGGER
protected Figure grid
public GridDebugger()
public GridDebugger(String name)
name - The name of the nodepublic GridDebugger(int xCount,
int yCount,
float lineSeparation)
xCount - Lines in x directionyCount - Lines in y directionlineSeparation - Distance between linespublic GridDebugger(String name, int xCount, int yCount, float lineSeparation)
name - The name of the nodexCount - Lines in x directionyCount - Lines in y directionlineSeparation - Distance between linesCopyright © 2014. All rights reserved.