jadex.application.space.envsupport.observer.graphics
Class TextInfo

java.lang.Object
  extended by jadex.application.space.envsupport.observer.graphics.TextInfo

public class TextInfo
extends Object

Information on how to display a text.


Constructor Summary
TextInfo(Font font, Color color, String text)
           
 
Method Summary
 boolean equals(Object obj)
           
 Color getColor()
           
 Font getFont()
           
 String getText()
           
 int hashCode()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextInfo

public TextInfo(Font font,
                Color color,
                String text)
Method Detail

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.