PositionConfigBuilder Methods
A position of an overlay element.Name | Description |
---|---|
At(HorizontalAlignment, VerticalAlignment) | Mirrors the client-side at option. |
Boundary(JS) | Mirrors the client-side boundary option. |
Boundary(String) | Mirrors the client-side boundary option. |
BoundaryOffset(Double, Double) | Mirrors the client-side boundaryOffset option. |
Collision(PositionResolveCollision, PositionResolveCollision) | Mirrors the client-side collision option. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
My(HorizontalAlignment, VerticalAlignment) | Mirrors the client-side my option. |
Of(JS) | Mirrors the client-side of option. |
Of(String) | Mirrors the client-side of option. |
Offset(Double, Double) | Mirrors the client-side offset option. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also