public class Title extends Object implements Serializable
Constructor and Description |
---|
Title() |
Modifier and Type | Method and Description |
---|---|
void |
deletePitch() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Optional<String> |
getFont()
Returns the value of field 'font'.
|
Optional<Integer> |
getPitch()
Returns the value of field 'pitch'.
|
Optional<Rgb> |
getRgb()
Returns the value of field 'rgb'.
|
Optional<String> |
getStyle()
Returns the value of field 'style'.
|
String |
getValue()
Returns the value of field 'value'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasPitch()
Method hasPitch.
|
void |
setFont(String font)
Sets the value of field 'font'.
|
void |
setPitch(Integer pitch)
Sets the value of field 'pitch'.
|
void |
setRgb(Rgb rgb)
Sets the value of field 'rgb'.
|
void |
setStyle(String style)
Sets the value of field 'style'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public void deletePitch()
public boolean equals(Object obj)
public Optional<String> getFont()
public Optional<Integer> getPitch()
public Optional<Rgb> getRgb()
public Optional<String> getStyle()
public String getValue()
public boolean hasPitch()
public int hashCode()
public void setFont(String font)
font
- the value of field 'font'.public void setPitch(Integer pitch)
pitch
- the value of field 'pitch'.public void setRgb(Rgb rgb)
rgb
- the value of field 'rgb'.public void setStyle(String style)
style
- the value of field 'style'.public void setValue(String value)
value
- the value of field 'value'.Copyright © 2021. All rights reserved.