| Modifier and Type | Method and Description |
|---|---|
protected LinearScale<LocalDateTime> |
AvailabilityRosterPageViewport.getScaleFor(AvailabilityRosterView view) |
| Modifier and Type | Method and Description |
|---|---|
protected LinearScale<LocalDateTime> |
RotationPageViewport.getScaleFor(RotationView view) |
| Modifier and Type | Method and Description |
|---|---|
protected LinearScale<LocalDateTime> |
ShiftRosterPageViewport.getScaleFor(ShiftRosterView view) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LinearScale<LocalDateTime> |
DateTimeViewport.getScaleFor(T view) |
| Modifier and Type | Method and Description |
|---|---|
LinearScale<T> |
Lane.getScale() |
| Modifier and Type | Method and Description |
|---|---|
void |
DateTimeHeader.generateTicks(GridObjectPlacer gridObjectPlacer,
LinearScale<LocalDateTime> scale,
Long offset,
Function<LocalDateTime,String> dateTextSupplier,
Function<LocalDateTime,String> timeTextSupplier,
Function<LocalDateTime,List<String>> iconClassListSupplier) |
static <T> void |
GridObjectPlacer.hideIfHidden(GridObject<T,?> obj,
LinearScale<T> scale) |
static boolean |
GridObjectPlacer.isHidden(double gridStart,
double gridEnd,
LinearScale<?> scale) |
<T> void |
GridObjectPlacer.positionObjectOnGrid(GridObject<T,?> obj,
LinearScale<T> scale)
Positions obj on grid; does not modify obj data; does not snap to grid
|
abstract void |
GridObjectPlacer.setEndPositionInGridUnits(elemental2.dom.HTMLElement element,
LinearScale<?> scale,
double position,
boolean snapToGrid) |
abstract <T> void |
GridObjectPlacer.setEndPositionInScaleUnits(GridObject<T,?> obj,
LinearScale<T> scale,
T positionInScaleUnits,
boolean snapToGrid)
Does not change start position; Modifies obj data
|
<T> void |
GridObjectPlacer.setPositionInScaleUnits(GridObject<T,?> obj,
LinearScale<T> scale,
T positionInScaleUnits,
boolean snapToGrid)
Changes both start and end position; Modifies obj data
|
abstract void |
GridObjectPlacer.setStartPositionInGridUnits(elemental2.dom.HTMLElement element,
LinearScale<?> scale,
double position,
boolean snapToGrid) |
abstract <T> void |
GridObjectPlacer.setStartPositionInScaleUnits(GridObject<T,?> obj,
LinearScale<T> scale,
T positionInScaleUnits,
boolean snapToGrid)
Does not change end position; Modifies obj data
|
Lane<T,M> |
Lane.withScale(LinearScale<T> scale)
withGridObjectPlacer MUST be called before this
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicScale |
| Modifier and Type | Method and Description |
|---|---|
void |
ResizabilityDecorator.applyFor(GridObject<T,M> gridObject,
LinearScale<T> scale) |
void |
DraggabilityDecorator.applyFor(GridObject<T,M> gridObject,
LinearScale<T> scale) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.