NullBounds
Represents a special Bounds
instance that effectively has no size and no position.
Attributes
- Graph
-
- Supertypes
-
class Boundstrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
NullBounds.type
Members list
Value members
Inherited methods
Determines the horizontal position for alignment within these bounds.
Determines the horizontal position for alignment within these bounds.
Value parameters
- alignment
-
The horizontal alignment.
- boundaryToBeAligned
-
The bounds to be aligned.
Attributes
- Returns
-
The horizontal position for the specified alignment.
- Inherited from:
- Bounds
Moves the bounds by the specified offsets.
Moves the bounds by the specified offsets.
Value parameters
- xOffset
-
The horizontal offset.
- yOffset
-
The vertical offset.
Attributes
- Returns
-
A new
Bounds
instance moved by the specified offsets. - Inherited from:
- Bounds
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Determines the vertical position for alignment within these bounds.
Determines the vertical position for alignment within these bounds.
Value parameters
- alignment
-
The vertical alignment.
- boundaryToBeAligned
-
The bounds to be aligned.
Attributes
- Returns
-
The vertical position for the specified alignment.
- Inherited from:
- Bounds
Inherited fields
The center position of the bounds.
The lower left corner of the bounds.
The upper right corner of the bounds.