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