edu.psu.geovista.app.map
Class LayerLine

java.lang.Object
  extended byedu.psu.geovista.app.map.LayerShape
      extended byedu.psu.geovista.app.map.LayerLine

public class LayerLine
extends LayerShape

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
LayerLine()
           
 
Method Summary
 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)
           
 void render(java.awt.Graphics2D g2)
          put your documentation comment here
 
Methods inherited from class edu.psu.geovista.app.map.LayerShape
findCentroid, findSelection, getColorBackground, getColors, getConditionArray, getIsAuxiliary, getOriginalSpatialData, getSelectedObservations, getSpatialData, renderObservation, renderObservationNoIndication, setBoundingBoxes, setClassification, setColorBackground, setColorIndication, setColorNotInStudyArea, setColorNull, setColorOutOfFocus, setColorSelection, setConditionArray, setCurrColorColumn, setCurrOrderColumn, setData, setExtent, setFocus, setIndication, setIsAuxiliary, setObjectColors, setOriginalSpatialData, setParentSize, setSelectedObservations, setSelOriginalColorMode, setSpatialData, setVariableNames, setXform, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerLine

public LayerLine()
Method Detail

findSelection

public void findSelection(int selectionX1,
                          int selectionX2,
                          int selectionY1,
                          int selectionY2)
Specified by:
findSelection in class LayerShape

findSelectionShift

public void findSelectionShift(int selectionX1,
                               int selectionX2,
                               int selectionY1,
                               int selectionY2)
Specified by:
findSelectionShift in class LayerShape

findIndication

public int findIndication(int x,
                          int y)
Specified by:
findIndication in class LayerShape

render

public void render(java.awt.Graphics2D g2)
put your documentation comment here

Overrides:
render in class LayerShape
Parameters:
g2 -


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.