Uses of Class
com.aparapi.internal.tool.InstructionViewer.InstructionView
-
Packages that use InstructionViewer.InstructionView Package Description com.aparapi.internal.tool -
-
Uses of InstructionViewer.InstructionView in com.aparapi.internal.tool
Fields in com.aparapi.internal.tool with type parameters of type InstructionViewer.InstructionView Modifier and Type Field Description private java.util.Map<Instruction,InstructionViewer.InstructionView>InstructionViewer. locationToInstructionViewMapMethods in com.aparapi.internal.tool that return InstructionViewer.InstructionView Modifier and Type Method Description (package private) InstructionViewer.InstructionViewInstructionViewer. getInstructionView(Instruction _instruction)Methods in com.aparapi.internal.tool with parameters of type InstructionViewer.InstructionView Modifier and Type Method Description voidInstructionViewer. edge(java.awt.Graphics2D _g, java.awt.Color _color, InstructionViewer.InstructionView _branch, InstructionViewer.InstructionView _target, java.lang.String _endLabel, java.lang.String _startLabel)(package private) doubleInstructionViewer. flatPlace(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y)(package private) voidInstructionViewer. flatRender(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView)(package private) doubleInstructionViewer. foldPlace(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y, boolean _dim)(package private) voidInstructionViewer. foldRender(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView)
-