Package org.opennms.netmgt.config.charts
Class Title
- java.lang.Object
-
- org.opennms.netmgt.config.charts.Title
-
- All Implemented Interfaces:
java.io.Serializable
public class Title extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Title()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeletePitch()booleanequals(java.lang.Object obj)Overrides the Object.equals method.java.util.Optional<java.lang.String>getFont()Returns the value of field 'font'.java.util.Optional<java.lang.Integer>getPitch()Returns the value of field 'pitch'.java.util.Optional<Rgb>getRgb()Returns the value of field 'rgb'.java.util.Optional<java.lang.String>getStyle()Returns the value of field 'style'.java.lang.StringgetValue()Returns the value of field 'value'.inthashCode()Method hashCode.booleanhasPitch()Method hasPitch.voidsetFont(java.lang.String font)Sets the value of field 'font'.voidsetPitch(java.lang.Integer pitch)Sets the value of field 'pitch'.voidsetRgb(Rgb rgb)Sets the value of field 'rgb'.voidsetStyle(java.lang.String style)Sets the value of field 'style'.voidsetValue(java.lang.String value)Sets the value of field 'value'.
-
-
-
Method Detail
-
deletePitch
public void deletePitch()
-
equals
public boolean equals(java.lang.Object obj)
Overrides the Object.equals method.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj-- Returns:
- true if the objects are equal.
-
getFont
public java.util.Optional<java.lang.String> getFont()
Returns the value of field 'font'.- Returns:
- the value of field 'Font'.
-
getPitch
public java.util.Optional<java.lang.Integer> getPitch()
Returns the value of field 'pitch'.- Returns:
- the value of field 'Pitch'.
-
getRgb
public java.util.Optional<Rgb> getRgb()
Returns the value of field 'rgb'.- Returns:
- the value of field 'Rgb'.
-
getStyle
public java.util.Optional<java.lang.String> getStyle()
Returns the value of field 'style'.- Returns:
- the value of field 'Style'.
-
getValue
public java.lang.String getValue()
Returns the value of field 'value'.- Returns:
- the value of field 'Value'.
-
hasPitch
public boolean hasPitch()
Method hasPitch.- Returns:
- true if at least one Pitch has been added
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCodein classjava.lang.Object- Returns:
- a hash code value for the object.
-
setFont
public void setFont(java.lang.String font)
Sets the value of field 'font'.- Parameters:
font- the value of field 'font'.
-
setPitch
public void setPitch(java.lang.Integer pitch)
Sets the value of field 'pitch'.- Parameters:
pitch- the value of field 'pitch'.
-
setRgb
public void setRgb(Rgb rgb)
Sets the value of field 'rgb'.- Parameters:
rgb- the value of field 'rgb'.
-
setStyle
public void setStyle(java.lang.String style)
Sets the value of field 'style'.- Parameters:
style- the value of field 'style'.
-
setValue
public void setValue(java.lang.String value)
Sets the value of field 'value'.- Parameters:
value- the value of field 'value'.
-
-