Package org.apache.hop.ui.hopgui.file
Interface IGraphSnapAlignDistribute
-
- All Known Implementing Classes:
HopGuiAbstractGraph,HopGuiPipelineGraph,HopGuiWorkflowGraph
public interface IGraphSnapAlignDistributeThis is meant for pipelines and workflow file types that are capable of snapping to grid, aligning or distributing icons.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidalignBottom()voidalignLeft()voidalignRight()voidalignTop()SnapAllignDistributecreateSnapAlignDistribute()voiddistributeHorizontal()voiddistributeVertical()voidsnapToGrid()
-
-
-
Method Detail
-
snapToGrid
void snapToGrid()
-
alignLeft
void alignLeft()
-
alignRight
void alignRight()
-
alignTop
void alignTop()
-
alignBottom
void alignBottom()
-
distributeHorizontal
void distributeHorizontal()
-
distributeVertical
void distributeVertical()
-
createSnapAlignDistribute
SnapAllignDistribute createSnapAlignDistribute()
-
-