Package-level declarations

Types

Link copied to clipboard
class AbstractTagCloudAlgorithm(textShapeFactory: TextShapeFactory, fontFactory: CPFontFactory) : AbstractAlgorithm, TagCloudAlgorithm
Link copied to clipboard
class ArchimedeanSpiral(distanceBetweenSuccessiveTurnings: Double)
Link copied to clipboard
class DefaultWord<N>(textShapeFactory: TextShapeFactory, text: String, size: Double, treeMapNode: N, orientation: Orientation, nSubdivisions: Int, font: MkFont) : Word<N>
Link copied to clipboard
class HierarchicalBoundingBox(bounds: Rectangle2D, shape: Shape, nSubdivisions: Int)
Link copied to clipboard
class HierarchicalBoundingBoxes(shape: Shape, depth: Int, sizeFactor: Double)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class LinearizedPathIterator(shape: Shape)
Link copied to clipboard
Link copied to clipboard

A point in 2D space represented by x and y coordinate asn doubles

Link copied to clipboard
class PointPlusAccumulatedDistance(pointOnPath: Point2d, accumulatedDistance: Double)
Link copied to clipboard
class PositionIterator(outline: Shape)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface TextShape : Shape
Link copied to clipboard
Link copied to clipboard
open class Tuple2d
Link copied to clipboard
Link copied to clipboard
interface Word<N> : Comparable<Word<N>?>