public class FXResizeRelocatePolicy extends AbstractPolicy<javafx.scene.Node> implements ITransactional
| Constructor and Description |
|---|
FXResizeRelocatePolicy() |
| Modifier and Type | Method and Description |
|---|---|
IUndoableOperation |
commit() |
protected double |
getMinimumHeight() |
protected double |
getMinimumWidth() |
protected FXResizePolicy |
getResizePolicy() |
protected FXTransformPolicy |
getTransformPolicy() |
void |
init() |
void |
performResizeRelocate(double dx,
double dy,
double dw,
double dh) |
commit, disableRefreshVisuals, enableRefreshVisuals, getAdaptable, getHost, init, setAdaptablepublic IUndoableOperation commit()
commit in interface ITransactionalprotected double getMinimumHeight()
protected double getMinimumWidth()
protected FXResizePolicy getResizePolicy()
protected FXTransformPolicy getTransformPolicy()
public void init()
init in interface ITransactionalpublic void performResizeRelocate(double dx,
double dy,
double dw,
double dh)
Copyright (c) 2014 itemis AG and others. All rights reserved.