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. locationToInstructionViewMap
Methods in com.aparapi.internal.tool that return InstructionViewer.InstructionView Modifier and Type Method Description (package private) InstructionViewer.InstructionView
InstructionViewer. getInstructionView(Instruction _instruction)
Methods in com.aparapi.internal.tool with parameters of type InstructionViewer.InstructionView Modifier and Type Method Description void
InstructionViewer. 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) double
InstructionViewer. flatPlace(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y)
(package private) void
InstructionViewer. flatRender(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView)
(package private) double
InstructionViewer. foldPlace(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y, boolean _dim)
(package private) void
InstructionViewer. foldRender(java.awt.Graphics2D _g, InstructionViewer.InstructionView _instructionView)
-