2 Copyright (C) 2001, 2006 United States Government as represented by
3 the Administrator of the National Aeronautics and Space Administration.
6 package gov
.nasa
.worldwind
;
8 import gov
.nasa
.worldwind
.geom
.*;
14 * @version $Id: PlaceName.java 1759 2007-05-07 19:27:49Z dcollins $
16 public interface PlaceName
20 void setText(String text
);
22 Position
getPosition();
24 void setPosition(Position position
);
28 void setFont(Font font
);
32 void setColor(Color color
);
36 void setVisible(boolean visible
);
40 void setIcon(WWIcon icon
);