jadex.application.space.envsupport.observer.graphics
Class TextInfo
java.lang.Object
jadex.application.space.envsupport.observer.graphics.TextInfo
public class TextInfo
- extends Object
Information on how to display a text.
TextInfo
public TextInfo(Font font,
Color color,
String text)
getFont
public Font getFont()
getColor
public Color getColor()
getText
public String getText()
setText
public void setText(String text)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2010. All Rights Reserved.