Uses of Class
com.aparapi.internal.tool.InstructionViewer.InstructionView
Packages that use InstructionViewer.InstructionView
-
Uses of InstructionViewer.InstructionView in com.aparapi.internal.tool
Fields in com.aparapi.internal.tool with type parameters of type InstructionViewer.InstructionViewModifier and TypeFieldDescriptionprivate final Map
<Instruction, InstructionViewer.InstructionView> InstructionViewer.locationToInstructionViewMap
Methods in com.aparapi.internal.tool that return InstructionViewer.InstructionViewModifier and TypeMethodDescription(package private) InstructionViewer.InstructionView
InstructionViewer.getInstructionView
(Instruction _instruction) Methods in com.aparapi.internal.tool with parameters of type InstructionViewer.InstructionViewModifier and TypeMethodDescriptionvoid
InstructionViewer.edge
(Graphics2D _g, Color _color, InstructionViewer.InstructionView _branch, InstructionViewer.InstructionView _target, String _endLabel, String _startLabel) (package private) double
InstructionViewer.flatPlace
(Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y) (package private) void
InstructionViewer.flatRender
(Graphics2D _g, InstructionViewer.InstructionView _instructionView) (package private) double
InstructionViewer.foldPlace
(Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y, boolean _dim) (package private) void
InstructionViewer.foldRender
(Graphics2D _g, InstructionViewer.InstructionView _instructionView)