ReifiedText
doodle.java2d.algebra.reified.ReifiedText
trait ReifiedText extends GenericText[Reification]
Attributes
- Source
- ReifiedText.scala
- Graph
-
- Supertypes
-
trait GenericText[Reification]trait Texttrait Algebraclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Algebra
- Self type
-
Members list
Type members
Inherited classlikes
trait TextApi
Attributes
- Inherited from:
- GenericText
- Source
- GenericText.scala
- Supertypes
- Known subtypes
-
object TextApi
Inherited types
The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.
The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.
Attributes
- Inherited from:
- Algebra
- Source
- Algebra.scala
Value members
Inherited methods
Specifies the font to use when rendering text
Specifies the font to use when rendering text
Attributes
- Inherited from:
- GenericText
- Source
- GenericText.scala
Render the given String
Concrete fields
Attributes
- Source
- ReifiedText.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Algebra
- Source
- Algebra.scala
In this article