treemap
Toggle table of contents
2025.0.1
common
Platform filter
common
Switch theme
Search in API
treemap
treemap
/
com.treemap.tagcloud
/
TextShape
Text
Shape
interface
TextShape
:
Shape
Inheritors
RectangularTextShape
Members
Properties
bounds
Link copied to clipboard
open
val
bounds
:
Rectangle
bounds2D
Link copied to clipboard
abstract
val
bounds2D
:
Rectangle2D
font
Link copied to clipboard
abstract
val
font
:
MkFont
is
Text
Outline
Link copied to clipboard
abstract
val
isTextOutline
:
Boolean
path
Iterator
Link copied to clipboard
abstract
val
pathIterator
:
PathIterator
text
Link copied to clipboard
abstract
val
text
:
String
?
Functions
contains
Link copied to clipboard
abstract
operator
fun
contains
(
point
:
Point2D
)
:
Boolean
create
Transformed
Shape
Link copied to clipboard
abstract
fun
createTransformedShape
(
at
:
AffineTransform
?
)
:
Shape
get
Flatten
Path
Iterator
Link copied to clipboard
abstract
fun
getFlattenPathIterator
(
flatness
:
Double
)
:
PathIterator
get
Path
Iterator
Link copied to clipboard
abstract
fun
getPathIterator
(
at
:
AffineTransform
?
)
:
PathIterator
intersects
Link copied to clipboard
abstract
fun
intersects
(
rect
:
Rectangle2D
)
:
Boolean