gov.nasa.worldwind.render
Class UserFacingText
java.lang.Object
gov.nasa.worldwind.render.UserFacingText
- All Implemented Interfaces:
- GeographicText
public class UserFacingText
- extends java.lang.Object
- implements GeographicText
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserFacingText
public UserFacingText(java.lang.CharSequence text,
Position textPosition)
getBackgroundColor
public java.awt.Color getBackgroundColor()
- Specified by:
getBackgroundColor
in interface GeographicText
getColor
public java.awt.Color getColor()
- Specified by:
getColor
in interface GeographicText
getFont
public java.awt.Font getFont()
- Specified by:
getFont
in interface GeographicText
getPosition
public Position getPosition()
- Specified by:
getPosition
in interface GeographicText
getText
public java.lang.CharSequence getText()
- Specified by:
getText
in interface GeographicText
isVisible
public boolean isVisible()
- Specified by:
isVisible
in interface GeographicText
setBackgroundColor
public void setBackgroundColor(java.awt.Color background)
- Specified by:
setBackgroundColor
in interface GeographicText
setColor
public void setColor(java.awt.Color color)
- Specified by:
setColor
in interface GeographicText
setFont
public void setFont(java.awt.Font font)
- Specified by:
setFont
in interface GeographicText
setPosition
public void setPosition(Position position)
- Specified by:
setPosition
in interface GeographicText
setText
public void setText(java.lang.CharSequence text)
- Specified by:
setText
in interface GeographicText
setVisible
public void setVisible(boolean visible)
- Specified by:
setVisible
in interface GeographicText