Uses of Class
org.apache.hop.core.gui.AreaOwner
-
Packages that use AreaOwner Package Description org.apache.hop.core.gui org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of AreaOwner in org.apache.hop.core.gui
Fields in org.apache.hop.core.gui with type parameters of type AreaOwner Modifier and Type Field Description protected List<AreaOwner>BasePainter. areaOwnersMethods in org.apache.hop.core.gui that return AreaOwner Modifier and Type Method Description static <Owner,Parent>
AreaOwner<Owner,Parent>AreaOwner. getVisibleAreaOwner(List<AreaOwner<Owner,Parent>> areaOwners, int x, int y)Find the last area owner, the one drawn last, for the given coordinate.Methods in org.apache.hop.core.gui that return types with arguments of type AreaOwner Modifier and Type Method Description List<AreaOwner>BasePainter. getAreaOwners()Methods in org.apache.hop.core.gui with parameters of type AreaOwner Modifier and Type Method Description doubleAreaOwner. distanceTo(AreaOwner o)Calculate the distance between the centres of the areas.Method parameters in org.apache.hop.core.gui with type arguments of type AreaOwner Modifier and Type Method Description static <Owner,Parent>
AreaOwner<Owner,Parent>AreaOwner. getVisibleAreaOwner(List<AreaOwner<Owner,Parent>> areaOwners, int x, int y)Find the last area owner, the one drawn last, for the given coordinate.voidBasePainter. setAreaOwners(List<AreaOwner> areaOwners)Constructors in org.apache.hop.core.gui with parameters of type AreaOwner Constructor Description AreaOwner(AreaOwner<Parent,Owner> o)Constructor parameters in org.apache.hop.core.gui with type arguments of type AreaOwner 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 AreaOwner in org.apache.hop.pipeline
Fields in org.apache.hop.pipeline with type parameters of type AreaOwner Modifier and Type Field Description List<AreaOwner>PipelinePainterExtension. areaOwnersList<AreaOwner>PipelinePainterFlyoutExtension. areaOwnersConstructor parameters in org.apache.hop.pipeline with type arguments of type AreaOwner 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 AreaOwner in org.apache.hop.workflow
Fields in org.apache.hop.workflow with type parameters of type AreaOwner Modifier and Type Field Description List<AreaOwner>WorkflowPainterExtension. areaOwnersConstructor parameters in org.apache.hop.workflow with type arguments of type AreaOwner 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)
-