org.esa.beam.framework.datamodel
Class PlacemarkSymbol

java.lang.Object
  extended by org.esa.beam.framework.draw.AbstractFigure
      extended by org.esa.beam.framework.draw.ShapeFigure
          extended by org.esa.beam.framework.datamodel.PlacemarkSymbol
All Implemented Interfaces:
Serializable, Cloneable, Drawable, Figure

Deprecated. since BEAM 4.9. This concept is no longer supported. (Drawing code shall go into PlacemarkLayer.)

@Deprecated
public class PlacemarkSymbol
extends ShapeFigure

This class represents a Placemark's shape.

Version:
$Revision$ $Date$
Author:
Sabine Embacher
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.esa.beam.framework.draw.Figure
FILL_COMPOSITE_KEY, FILL_PAINT_KEY, FILL_STROKE_KEY, FILLED_KEY, OUTL_COLOR_KEY, OUTL_COMPOSITE_KEY, OUTL_STROKE_KEY, OUTLINED_KEY, TOOL_INPUT_EVENT_KEY
 
Constructor Summary
PlacemarkSymbol(String name, ImageIcon icon)
          Deprecated.  
PlacemarkSymbol(String name, Shape shape)
          Deprecated.  
 
Method Summary
static PlacemarkSymbol createDefaultGcpSymbol()
          Deprecated.  
static PlacemarkSymbol createDefaultPinSymbol()
          Deprecated.  
 void draw(Graphics2D g2d)
          Deprecated. Draws this Drawable on the given Graphics2D drawing surface.
 void drawSelected(Graphics2D g2d)
          Deprecated.  
 Paint getFillPaint()
          Deprecated.  
 ImageIcon getIcon()
          Deprecated.  
 String getName()
          Deprecated.  
 Color getOutlineColor()
          Deprecated.  
 Stroke getOutlineStroke()
          Deprecated.  
 PixelPos getRefPoint()
          Deprecated.  
 boolean isFilled()
          Deprecated.  
 void setFilled(boolean fill)
          Deprecated.  
 void setFillPaint(Paint fillPaint)
          Deprecated.  
 void setIcon(ImageIcon icon)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setOutlineColor(Color outlineColor)
          Deprecated.  
 void setOutlineStroke(Stroke outlineStroke)
          Deprecated.  
 void setRefPoint(PixelPos refPoint)
          Deprecated.  
 
Methods inherited from class org.esa.beam.framework.draw.ShapeFigure
containsPoint, createArbitraryArea, createEllipseArea, createLine, createPolygonArea, createPolyline, createRectangleArea, fillShape, getAsArea, getBounds, getCenterPoint, getShape, isOneDimensional, outlineShape
 
Methods inherited from class org.esa.beam.framework.draw.AbstractFigure
addFigureChangeListener, addPropertyChangeListener, clone, createHandles, decompose, dispose, findFigureInside, getAttribute, getAttributes, getFigures, getZValue, includes, removeFigureChangeListener, removePropertyChangeListener, setAttribute, setAttributes, setZValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacemarkSymbol

public PlacemarkSymbol(String name,
                       ImageIcon icon)
Deprecated. 

PlacemarkSymbol

public PlacemarkSymbol(String name,
                       Shape shape)
Deprecated. 
Method Detail

drawSelected

public void drawSelected(Graphics2D g2d)
Deprecated. 

draw

public void draw(Graphics2D g2d)
Deprecated. 
Description copied from class: ShapeFigure
Draws this Drawable on the given Graphics2D drawing surface.

Specified by:
draw in interface Drawable
Overrides:
draw in class ShapeFigure
Parameters:
g2d - the graphics context

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getOutlineStroke

public Stroke getOutlineStroke()
Deprecated. 

setOutlineStroke

public void setOutlineStroke(Stroke outlineStroke)
Deprecated. 

getOutlineColor

public Color getOutlineColor()
Deprecated. 

setOutlineColor

public void setOutlineColor(Color outlineColor)
Deprecated. 

getFillPaint

public Paint getFillPaint()
Deprecated. 

setFillPaint

public void setFillPaint(Paint fillPaint)
Deprecated. 

isFilled

public boolean isFilled()
Deprecated. 

setFilled

public void setFilled(boolean fill)
Deprecated. 

getIcon

public ImageIcon getIcon()
Deprecated. 

setIcon

public void setIcon(ImageIcon icon)
Deprecated. 

getRefPoint

public PixelPos getRefPoint()
Deprecated. 

setRefPoint

public void setRefPoint(PixelPos refPoint)
Deprecated. 

createDefaultPinSymbol

public static PlacemarkSymbol createDefaultPinSymbol()
Deprecated. 

createDefaultGcpSymbol

public static PlacemarkSymbol createDefaultGcpSymbol()
Deprecated. 


Copyright © 2002-2011 Brockmann Consult GmbH. All Rights Reserved.