public class TLcdNVGModifiers
extends java.lang.Object
implements java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>>
Constructor and Description |
---|
TLcdNVGModifiers() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getModifier(java.lang.String aKey)
Adds a key-value pair to the map of text modifiers.
|
int |
getModifiersCount()
Returns the number of given modifiers for this object in the NVG standard.
|
int |
hashCode() |
java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.String>> |
iterator() |
void |
putModifier(java.lang.String aKey,
java.lang.String aValue)
Adds a key-value pair to the map of text modifiers.
|
java.lang.String |
toString() |
public void putModifier(java.lang.String aKey, java.lang.String aValue)
aKey
- The key of the text modifier to add.aValue
- The value of the text modifier to add.public java.lang.String getModifier(java.lang.String aKey)
aKey
- the key of the text modifier to addnull
public int getModifiersCount()
public java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.String>> iterator()
iterator
in interface java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object