DefaultWord

class DefaultWord<N>(textShapeFactory: TextShapeFactory, text: String, size: Double, treeMapNode: N, orientation: Orientation, nSubdivisions: Int, font: MkFont) : Word<N>

Constructors

Link copied to clipboard
constructor(textShapeFactory: TextShapeFactory, text: String, size: Double, treeMapNode: N, orientation: Orientation, nSubdivisions: Int, font: MkFont)

Properties

Link copied to clipboard
open override val shapeForLayout: TextShape
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val treeMapNode: N

Functions

Link copied to clipboard
open operator override fun compareTo(anotherWord: Word<N>?): Int
Link copied to clipboard
open override fun intersects(otherWord: Word<N>?): Boolean
Link copied to clipboard
open override fun setLocation(position: Point2d?)
fun setLocation(xPos: Double, yPos: Double)
Link copied to clipboard
open override fun toString(): String