|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.psu.geovista.app.map.LayerShape
edu.psu.geovista.app.map.LayerText
put your documentation comment here
| Field Summary |
| Fields inherited from class edu.psu.geovista.app.map.LayerShape |
COMMAND_SELECTION, FILL_ORDER_MAX, LAYER_TYPE_LINE, LAYER_TYPE_POINT, LAYER_TYPE_POLYGON, LAYER_TYPE_RASTER, LAYER_TYPE_SYMBOL, originalSpatialData, selectedObservations, selectedObservationsFullIndex, selectedObservationsOld, selectedObservationsOldFullIndex, spatialData |
| Constructor Summary | |
LayerText()
|
|
| Method Summary | |
void |
addString(java.lang.String s,
java.awt.Point p)
put your documentation comment here |
void |
addString(java.lang.String s,
java.awt.Point p,
float fontSize,
java.awt.Color c)
put your documentation comment here |
void |
addString(java.lang.String s,
java.awt.Point p,
java.awt.Font f,
java.awt.Color c)
put your documentation comment here |
int |
findIndication(int x,
int y)
|
void |
findSelection(int selectionX1,
int selectionX2,
int selectionY1,
int selectionY2)
|
void |
findSelectionShift(int selectionX1,
int selectionX2,
int selectionY1,
int selectionY2)
|
int[] |
getColorIndex()
dummy method to fit superclass |
java.util.Vector |
getFonts()
put your documentation comment here |
java.util.Vector |
getPoints()
put your documentation comment here |
boolean |
getScaleable()
put your documentation comment here |
java.util.Vector |
getStrings()
put your documentation comment here |
static void |
main(java.lang.String[] args)
Main method for testing. |
void |
render(java.awt.Graphics2D g2)
put your documentation comment here |
void |
setColorIndex(int[] polygonColors)
dummy method to fit superclass |
void |
setScaleable(boolean scalable)
put your documentation comment here |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LayerText()
| Method Detail |
public int findIndication(int x,
int y)
findIndication in class LayerShapepublic void setScaleable(boolean scalable)
scalable - public boolean getScaleable()
public void addString(java.lang.String s,
java.awt.Point p,
java.awt.Font f,
java.awt.Color c)
s - p - f - c -
public void addString(java.lang.String s,
java.awt.Point p,
float fontSize,
java.awt.Color c)
s - p - fontSize - c -
public void addString(java.lang.String s,
java.awt.Point p)
s - p - public java.util.Vector getStrings()
public java.util.Vector getPoints()
public java.util.Vector getFonts()
public void findSelection(int selectionX1,
int selectionX2,
int selectionY1,
int selectionY2)
findSelection in class LayerShape
public void findSelectionShift(int selectionX1,
int selectionX2,
int selectionY1,
int selectionY2)
findSelectionShift in class LayerShapepublic void render(java.awt.Graphics2D g2)
render in class LayerShapeg2 - public void setColorIndex(int[] polygonColors)
polygonColors - public int[] getColorIndex()
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||