public interface RectangleDimensionsSet<W extends Width,H extends Height> extends DMNPropertySet
Modifier and Type | Method and Description |
---|---|
H |
getHeight() |
double |
getMaximumHeight() |
double |
getMaximumWidth() |
double |
getMinimumHeight() |
double |
getMinimumWidth() |
W |
getWidth() |
void |
setHeight(H height) |
void |
setWidth(W width) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.