Package io.github.qishr.cascara.ui.render
Record Renderers
java.lang.Object
java.lang.Record
io.github.qishr.cascara.ui.render.Renderers
public final record Renderers
extends Record
Constructor Summary
| Constructor | Description |
|---|---|
| Renderers(ScalarRenderer scalarRenderer, ScalarEditorRenderer scalarEditorRenderer, ArrayEditorRenderer arrayEditorRenderer) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public final String | toString() | Returns a string representation of this record class. |
| public final int | hashCode() | Returns a hash code value for this object. |
| public final boolean | equals(Object o) | Indicates whether some other object is "equal to" this one. |
| public ScalarRenderer | scalarRenderer() | Returns the value of the scalarRenderer record component. |
| public ScalarEditorRenderer | scalarEditorRenderer() | Returns the value of the scalarEditorRenderer record component. |
| public ArrayEditorRenderer | arrayEditorRenderer() | Returns the value of the arrayEditorRenderer record component. |
Method Details
toString
public final String toString()
Returns a string representation of this record class.
hashCode
public final int hashCode()
Returns a hash code value for this object.
equals
public final boolean equals(Object o)
Indicates whether some other object is "equal to" this one.
scalarRenderer
public ScalarRenderer scalarRenderer()
Returns the value of the scalarRenderer record component.
scalarEditorRenderer
public ScalarEditorRenderer scalarEditorRenderer()
Returns the value of the scalarEditorRenderer record component.
arrayEditorRenderer
public ArrayEditorRenderer arrayEditorRenderer()
Returns the value of the arrayEditorRenderer record component.