Klasse ActivityBounds
java.lang.Object
javafx.geometry.Rectangle2D
com.flexganttfx.view.graphics.ActivityBounds
Activity bounds contain the visual bounds of and the reference to an
activity. They are the result of a call to an activity renderer (see
ActivityRenderer). They are needed for hitpoint detection, so that
activities can be located based on x and y coordinates (e.g. mouse event
coordinates).- Seit:
- 1.0
-
Feldübersicht
Von Klasse geerbte Felder javafx.geometry.Rectangle2D
EMPTY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungActivityBounds(ActivityRef<?> activityRef, double x, double y, double width, double height) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanActivityRef<?> getLayer()intRow<?, ?, ?> getRow()inthashCode()voidvoidsetPosition(Position position) toString()Von Klasse geerbte Methoden javafx.geometry.Rectangle2D
contains, contains, contains, contains, getHeight, getMaxX, getMaxY, getMinX, getMinY, getWidth, intersects, intersects
-
Konstruktordetails
-
ActivityBounds
-
-
Methodendetails
-
getActivity
-
getLayer
-
getLineIndex
public int getLineIndex() -
getRow
-
getActivityRef
-
setPosition
-
getPosition
-
setLayout
-
getLayout
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseRectangle2D
-
equals
- Setzt außer Kraft:
equalsin KlasseRectangle2D
-
toString
- Setzt außer Kraft:
toStringin KlasseRectangle2D
-