Uses of Class
gcodeCompiler.util.InfoTecnologiche
Package | Description |
---|---|
gcodeCompiler | |
gcodeCompiler.util |
-
Uses of InfoTecnologiche in gcodeCompiler
Methods in gcodeCompiler that return InfoTecnologiche Modifier and Type Method Description InfoTecnologiche
gcodeGrammarParser. info_tecnologiche()
Info tecnologiche. -
Uses of InfoTecnologiche in gcodeCompiler.util
Fields in gcodeCompiler.util declared as InfoTecnologiche Modifier and Type Field Description private InfoTecnologiche
BlockDescriptor. infoTec
The info tec.Methods in gcodeCompiler.util that return InfoTecnologiche Modifier and Type Method Description InfoTecnologiche
BlockDescriptor. getInfotTec()
Gets the infot tec.Methods in gcodeCompiler.util with parameters of type InfoTecnologiche Modifier and Type Method Description void
BlockDescriptor. setInfotTec(InfoTecnologiche infotTec)
Sets the infot tec.Constructors in gcodeCompiler.util with parameters of type InfoTecnologiche Constructor Description BlockDescriptor(java.lang.String num_block, InfoGeometriche infoGeo, InfoTecnologiche infoTec, InfoTecnologicheM infoTecM)
Constructor of BlockDescriptor class.