public class PlantUMLSpottedCharacterImpl extends Object implements PlantUMLSpottedCharacter
PlantUMLSpottedCharacter implementation.| Constructor and Description |
|---|
PlantUMLSpottedCharacterImpl(char charact,
net.sourceforge.plantumldependency.common.color.HTMLColor col)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PlantUMLSpottedCharacter o) |
PlantUMLSpottedCharacter |
deepClone() |
boolean |
equals(Object obj) |
char |
getCharacter()
Gets the spotted character.
|
net.sourceforge.plantumldependency.common.color.HTMLColor |
getColor()
Gets the spotted color.
|
String |
getPlantUMLTextDescription()
Returns the
String representing the object as a plantUML text. |
int |
hashCode() |
String |
toString() |
public PlantUMLSpottedCharacterImpl(char charact,
net.sourceforge.plantumldependency.common.color.HTMLColor col)
charact - the spotted character, mustn't be empty.col - the spotted color, mustn't be null.public int compareTo(PlantUMLSpottedCharacter o)
compareTo in interface Comparable<PlantUMLSpottedCharacter>public PlantUMLSpottedCharacter deepClone()
deepClone in interface net.sourceforge.plantumldependency.common.clone.DeepCloneable<PlantUMLSpottedCharacter>public char getCharacter()
getCharacter in interface PlantUMLSpottedCharacterpublic net.sourceforge.plantumldependency.common.color.HTMLColor getColor()
getColor in interface PlantUMLSpottedCharacterHTMLColor instance.public String getPlantUMLTextDescription()
String representing the object as a plantUML text. Following the object,
it is usually a text corresponding to one of the plantUML diagram.getPlantUMLTextDescription in interface WithDescriptionString representing the object as a plantUML text description.Copyright © 2014 Sourceforge. All rights reserved.