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.locationToInstructionViewMapMethods in com.aparapi.internal.tool that return InstructionViewer.InstructionViewModifier and TypeMethodDescription(package private) InstructionViewer.InstructionViewInstructionViewer.getInstructionView(Instruction _instruction) Methods in com.aparapi.internal.tool with parameters of type InstructionViewer.InstructionViewModifier and TypeMethodDescriptionvoidInstructionViewer.edge(Graphics2D _g, Color _color, InstructionViewer.InstructionView _branch, InstructionViewer.InstructionView _target, String _endLabel, String _startLabel) (package private) doubleInstructionViewer.flatPlace(Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y) (package private) voidInstructionViewer.flatRender(Graphics2D _g, InstructionViewer.InstructionView _instructionView) (package private) doubleInstructionViewer.foldPlace(Graphics2D _g, InstructionViewer.InstructionView _instructionView, double _x, double _y, boolean _dim) (package private) voidInstructionViewer.foldRender(Graphics2D _g, InstructionViewer.InstructionView _instructionView)