public class ZManager
extends java.lang.Object
Constructor and Description |
---|
ZManager() |
Modifier and Type | Method and Description |
---|---|
static void |
bringFamilyToFront(IItem stage,
IItem item)
Bring family to front.
|
static void |
manageLineOrder(IStage stage,
ILine line,
IItem source,
IItem target,
boolean invert)
Manage line order.
|
static void |
manageLineOrderFull(IStage stage,
ILine line,
IItem source,
IItem target)
Manage line order full.
|
public static void bringFamilyToFront(IItem stage, IItem item)
stage
- the stageitem
- the itempublic static void manageLineOrder(IStage stage, ILine line, IItem source, IItem target, boolean invert)
stage
- the stageline
- the linesource
- the sourcetarget
- the targetinvert
- the invert