RenderingContext

sealed class RenderingContext

A RenderingContext expresses how to render a complete set of character attributes to a contiguous region of text within an arbitrary StyledDocument.

Author

Todd L Smith

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val attributes: StyleAttributes

The partial StyleAttributes. Any missing aspects will be defaulted by Swing.

Inheritors

Link copied to clipboard
Link copied to clipboard