treemap
Toggle table of contents
2025.0.1
common
Platform filter
common
Switch theme
Search in API
treemap
treemap
/
com.treemap.tagcloud
/
RectangularTextShape
Rectangular
Text
Shape
class
RectangularTextShape
:
TextShape
Members
Constructors
Rectangular
Text
Shape
Link copied to clipboard
constructor
(
headless
:
IHeadless
,
font
:
MkFont
,
text
:
String
)
constructor
(
font
:
MkFont
,
text
:
String
,
shape
:
Rectangle2D
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bounds
Link copied to clipboard
open
val
bounds
:
Rectangle
bounds2D
Link copied to clipboard
open
override
val
bounds2D
:
Rectangle2D
font
Link copied to clipboard
open
override
var
font
:
MkFont
is
Text
Outline
Link copied to clipboard
open
override
val
isTextOutline
:
Boolean
path
Iterator
Link copied to clipboard
open
override
val
pathIterator
:
PathIterator
text
Link copied to clipboard
open
override
val
text
:
String
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
point
:
Point2D
)
:
Boolean
create
Transformed
Shape
Link copied to clipboard
open
override
fun
createTransformedShape
(
at
:
AffineTransform
?
)
:
Shape
get
Flatten
Path
Iterator
Link copied to clipboard
open
override
fun
getFlattenPathIterator
(
flatness
:
Double
)
:
PathIterator
get
Path
Iterator
Link copied to clipboard
open
override
fun
getPathIterator
(
at
:
AffineTransform
?
)
:
PathIterator
intersects
Link copied to clipboard
open
override
fun
intersects
(
r
:
Rectangle2D
)
:
Boolean