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

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: StyleAttributes

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

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