Uses of Interface
org.apache.hop.core.gui.IGc
-
Packages that use IGc Package Description org.apache.hop.core.gui org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of IGc in org.apache.hop.core.gui
Classes in org.apache.hop.core.gui that implement IGc Modifier and Type Class Description classSvgGcFields in org.apache.hop.core.gui declared as IGc Modifier and Type Field Description protected IGcBasePainter. gcMethods in org.apache.hop.core.gui that return IGc Modifier and Type Method Description IGcBasePainter. getGc()Methods in org.apache.hop.core.gui with parameters of type IGc Modifier and Type Method Description voidBasePainter. setGc(IGc gc)Constructors in org.apache.hop.core.gui with parameters of type IGc Constructor Description BasePainter(IGc gc, IVariables variables, Object subject, Point area, DPoint offset, Rectangle selectionRectangle, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, double zoomFactor, boolean drawingEditIcons) -
Uses of IGc in org.apache.hop.pipeline
Fields in org.apache.hop.pipeline declared as IGc Modifier and Type Field Description IGcPipelinePainterExtension. gcIGcPipelinePainterFlyoutExtension. gcConstructors in org.apache.hop.pipeline with parameters of type IGc Constructor Description PipelinePainter(IGc gc, IVariables variables, PipelineMeta pipelineMeta, Point area, DPoint offset, PipelineHopMeta candidate, Rectangle selectionRectangle, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, double zoomFactor, boolean drawingEditIcons, Map<String,Object> stateMap)PipelinePainter(IGc gc, IVariables variables, PipelineMeta pipelineMeta, Point area, DPoint offset, PipelineHopMeta candidate, Rectangle selectRectangle, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, IPipelineEngine<PipelineMeta> pipeline, boolean slowTransformIndicatorEnabled, double zoomFactor, Map<String,RowBuffer> outputRowsMap, boolean drawingEditIcons, Map<String,Object> stateMap)PipelinePainterExtension(IGc gc, List<AreaOwner> areaOwners, PipelineMeta pipelineMeta, TransformMeta transformMeta, PipelineHopMeta pipelineHop, int x1, int y1, int x2, int y2, int mx, int my, DPoint offset, int iconSize, Map<String,Object> stateMap)PipelinePainterFlyoutExtension(IGc gc, List<AreaOwner> areaOwners, PipelineMeta pipelineMeta, TransformMeta transformMeta, float translationX, float translationY, float magnification, Point area, Point offset) -
Uses of IGc in org.apache.hop.workflow
Fields in org.apache.hop.workflow declared as IGc Modifier and Type Field Description IGcWorkflowPainterExtension. gcConstructors in org.apache.hop.workflow with parameters of type IGc Constructor Description WorkflowPainter(IGc gc, IVariables variables, WorkflowMeta workflowMeta, Point area, DPoint offset, WorkflowHopMeta candidate, Rectangle selrect, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, double zoomFactor, boolean drawingEditIcons)WorkflowPainterExtension(IGc gc, List<AreaOwner> areaOwners, WorkflowMeta workflowMeta, WorkflowHopMeta workflowHop, ActionMeta actionMeta, int x1, int y1, int x2, int y2, int mx, int my, DPoint offset, int iconSize)
-