Class Rect
java.lang.Object
org.patternfly.popper.Rect
@Deprecated(since="0.7.0",
forRemoval=true)
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class Rect
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionRect()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
x
public double xDeprecated, for removal: This API element is subject to removal in a future version. -
y
public double yDeprecated, for removal: This API element is subject to removal in a future version. -
width
public double widthDeprecated, for removal: This API element is subject to removal in a future version. -
height
public double heightDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Rect
public Rect()Deprecated, for removal: This API element is subject to removal in a future version.
-