Uses of Class
de.grogra.imp.View
Packages that use View
Package
Description
-
Uses of View in de.grogra.blocks
Methods in de.grogra.blocks with parameters of type ViewModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of View in de.grogra.gl
Methods in de.grogra.gl with parameters of type View -
Uses of View in de.grogra.glsl
Methods in de.grogra.glsl with parameters of type ViewModifier and TypeMethodDescriptionvoidGLDisplay.initView(View view, EventListener listener) voidGLSLDisplay.initView(View view, EventListener listener) -
Uses of View in de.grogra.gpuflux.tracer
Fields in de.grogra.gpuflux.tracer declared as ViewMethods in de.grogra.gpuflux.tracer with parameters of type ViewModifier and TypeMethodDescriptionvoidFluxTracer.render(View view, int width, int height, ArrayList<ImageObserver> obs, Options options) -
Uses of View in de.grogra.graph.object.impl
Methods in de.grogra.graph.object.impl with parameters of type View -
Uses of View in de.grogra.imp
Fields in de.grogra.imp declared as ViewMethods in de.grogra.imp that return ViewModifier and TypeMethodDescriptionstatic Viewstatic ViewView.get(GraphState gs) static ViewPickList.getView()ScaleVisibilityPanel.getView()Methods in de.grogra.imp with parameters of type ViewModifier and TypeMethodDescriptionView.addToolListener(View view, UIProperty tool) static Viewstatic voidabstract GraphReturns the graph described by this descriptor, given the contextview.static ScaleVisibilityPanelScaleVisibilityPanel.getInstance(View view, Context ctx) GraphDescriptor.getPathFor(View view, GraphState gs, Object obj, boolean node) final voidRenderer.initialize(View view, int width, int height) voidViewComponent.initView(View view, EventListener listener) Initializes this component.voidstatic voidView.set(GraphState gs, View view) voidConstructors in de.grogra.imp with parameters of type View -
Uses of View in de.grogra.imp.awt
Methods in de.grogra.imp.awt that return ViewMethods in de.grogra.imp.awt with parameters of type ViewModifier and TypeMethodDescriptionvoidCanvasAdapter.initView(View view, EventListener listener) voidViewComponentAdapter.initView(View view, EventListener listener) -
Uses of View in de.grogra.imp.edit
Methods in de.grogra.imp.edit that return ViewModifier and TypeMethodDescriptionTool.getView()Returns the view in which this tool is displayed.Methods in de.grogra.imp.edit with parameters of type ViewModifier and TypeMethodDescriptionstatic voidstatic DisposableEventListenerTool.createToolListener(View view, UIProperty tool) voidTool.initialize(View view) Constructors in de.grogra.imp.edit with parameters of type View -
Uses of View in de.grogra.imp.registry
Methods in de.grogra.imp.registry with parameters of type ViewModifier and TypeMethodDescriptionstatic NavigatorFactorystatic RegistryViewEventFactorystatic ViewComponentFactory -
Uses of View in de.grogra.imp.viewhandler
Methods in de.grogra.imp.viewhandler that return ViewConstructors in de.grogra.imp.viewhandler with parameters of type View -
Uses of View in de.grogra.imp2d
Subclasses of View in de.grogra.imp2d -
Uses of View in de.grogra.imp2d.graphs
Methods in de.grogra.imp2d.graphs with parameters of type View -
Uses of View in de.grogra.imp3d
Subclasses of View in de.grogra.imp3dModifier and TypeClassDescriptionclassAView3Dis aViewwhich displays a graph as a 3D structure.Methods in de.grogra.imp3d with parameters of type ViewModifier and TypeMethodDescriptionvoidWireframeCanvas.initView(View view, EventListener listener) -
Uses of View in de.grogra.mesh.renderer
Methods in de.grogra.mesh.renderer with parameters of type ViewModifier and TypeMethodDescriptionCollectionMesh.getVertices(RenderState rs, View v) CollectionPoint.getVertices(RenderState rs, View v) -
Uses of View in de.grogra.mesh.renderer.handler
Methods in de.grogra.mesh.renderer.handler with parameters of type ViewModifier and TypeMethodDescriptionCollectionMeshHandler.getVertices(RenderState rs, View v) CollectionPointHandler.getVertices(RenderState rs, View v) -
Uses of View in de.grogra.socketview
Subclasses of View in de.grogra.socketviewModifier and TypeClassDescriptionclassAn "invisible" view that manage a websocket server thread.