Verwendungen von Klasse
impl.com.flexganttfx.skin.graphics.PathBuilder.PathBuilderResult
Packages, die PathBuilder.PathBuilderResult verwenden
-
Verwendungen von PathBuilder.PathBuilderResult in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die PathBuilder.PathBuilderResult zurückgebenModifizierer und TypMethodeBeschreibungPathBuilder.buildPathEndToEnd(Rectangle2D sourceRect, Rectangle2D targetRect) Builds a path in the given graphics context from the end of the source rectangle to the end of the target rectangle.PathBuilder.buildPathEndToStart(Rectangle2D sourceRect, Rectangle2D targetRect) Builds a path in the given graphics context from the end of the source rectangle to the start of the target rectangle.PathBuilder.buildPathStartToEnd(Rectangle2D sourceRect, Rectangle2D targetRect) Builds a path in the given graphics context from the start of the source rectangle to the end of the target rectangle.PathBuilder.buildPathStartToStart(Rectangle2D sourceRect, Rectangle2D targetRect) Builds a path in the given graphics context from the start of the source rectangle to the start of the target rectangle.