|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.draw.AbstractFigure
org.esa.beam.framework.draw.ShapeFigure
org.esa.beam.framework.datamodel.PlacemarkSymbol
@Deprecated public class PlacemarkSymbol
This class represents a 's shape.
Placemark
| 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 |
|---|
public PlacemarkSymbol(String name,
ImageIcon icon)
public PlacemarkSymbol(String name,
Shape shape)
| Method Detail |
|---|
public void drawSelected(Graphics2D g2d)
public void draw(Graphics2D g2d)
ShapeFigureDrawable on the given Graphics2D drawing surface.
draw in interface Drawabledraw in class ShapeFigureg2d - the graphics contextpublic String getName()
public void setName(String name)
public Stroke getOutlineStroke()
public void setOutlineStroke(Stroke outlineStroke)
public Color getOutlineColor()
public void setOutlineColor(Color outlineColor)
public Paint getFillPaint()
public void setFillPaint(Paint fillPaint)
public boolean isFilled()
public void setFilled(boolean fill)
public ImageIcon getIcon()
public void setIcon(ImageIcon icon)
public PixelPos getRefPoint()
public void setRefPoint(PixelPos refPoint)
public static PlacemarkSymbol createDefaultPinSymbol()
public static PlacemarkSymbol createDefaultGcpSymbol()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||