public class GuidedDecisionTableModellerBoundsHelper extends Object
Modifier and Type | Field and Description |
---|---|
static double |
BOUNDS_MAX_X |
static double |
BOUNDS_MAX_Y |
static double |
BOUNDS_MIN_X |
static double |
BOUNDS_MIN_Y |
static double |
BOUNDS_PADDING |
Constructor and Description |
---|
GuidedDecisionTableModellerBoundsHelper() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.ext.wires.core.grids.client.model.Bounds |
getBounds(Set<GuidedDecisionTableView.Presenter> dtPresenters)
Returns the maximum bounds (subject to a minimum) enclosed by the provided collection of Decision Tables.
|
public static final double BOUNDS_MIN_X
public static final double BOUNDS_MAX_X
public static final double BOUNDS_MIN_Y
public static final double BOUNDS_MAX_Y
public static final double BOUNDS_PADDING
public GuidedDecisionTableModellerBoundsHelper()
public org.uberfire.ext.wires.core.grids.client.model.Bounds getBounds(Set<GuidedDecisionTableView.Presenter> dtPresenters)
dtPresenters
- The collection of Decision Tables to check. Cannot be null. Can be empty, in which case the minimum bounds is returned.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.