TextShape

interface TextShape : Shape

Inheritors

Properties

Link copied to clipboard
open val bounds: Rectangle
Link copied to clipboard
abstract val bounds2D: Rectangle2D
Link copied to clipboard
abstract val font: MkFont
Link copied to clipboard
abstract val isTextOutline: Boolean
Link copied to clipboard
abstract val pathIterator: PathIterator
Link copied to clipboard
abstract val text: String?

Functions

Link copied to clipboard
abstract operator fun contains(point: Point2D): Boolean
Link copied to clipboard
abstract fun createTransformedShape(at: AffineTransform?): Shape
Link copied to clipboard
abstract fun getFlattenPathIterator(flatness: Double): PathIterator
Link copied to clipboard
abstract fun getPathIterator(at: AffineTransform?): PathIterator
Link copied to clipboard
abstract fun intersects(rect: Rectangle2D): Boolean