Uses of Class
gcodeCompiler.util.Coordinate
| Package | Description |
|---|---|
| gcodeCompiler | |
| gcodeCompiler.util |
-
Uses of Coordinate in gcodeCompiler
Methods in gcodeCompiler that return Coordinate Modifier and Type Method Description CoordinategcodeGrammarParser. coordinate_IJK()Coordinate IJK.CoordinategcodeGrammarParser. coordinate_XYZ()Coordinate XYZ. -
Uses of Coordinate in gcodeCompiler.util
Fields in gcodeCompiler.util declared as Coordinate Modifier and Type Field Description private CoordinateCircularMove. c_ijkThe c ijk.private CoordinateCircularMove. c_xyzThe c xyz.private CoordinateLinearMove. c_xyzThe c xyz.Methods in gcodeCompiler.util that return Coordinate Modifier and Type Method Description CoordinateCircularMove. getC_ijk()Gets the c ijk.CoordinateCircularMove. getC_xyz()Gets the c xyz.CoordinateLinearMove. getC_xyz()Gets the c xyz.Methods in gcodeCompiler.util with parameters of type Coordinate Modifier and Type Method Description voidCircularMove. setC_ijk(Coordinate c_ijk)Sets the c ijk.voidCircularMove. setC_xyz(Coordinate c_xyz)Sets the c xyz.voidLinearMove. setC_xyz(Coordinate c_xyz)Sets the c xyz.Constructors in gcodeCompiler.util with parameters of type Coordinate Constructor Description CircularMove(org.antlr.runtime.Token move_type, Coordinate c_xyz, Coordinate c_ijk)Circular move constructor.LinearMove(org.antlr.runtime.Token move_type, Coordinate c_xyz)Instantiates a new linear move.