public class ArrowOverlay extends Object implements Overlay, Serializable
Constructor and Description |
---|
ArrowOverlay() |
ArrowOverlay(int width,
int length,
double location,
int direction) |
Modifier and Type | Method and Description |
---|---|
int |
getDirection() |
double |
getFoldback() |
int |
getLength() |
double |
getLocation() |
String |
getPaintStyle() |
String |
getType() |
int |
getWidth() |
void |
setDirection(int direction) |
void |
setFoldback(double foldback) |
void |
setLength(int length) |
void |
setLocation(double location) |
void |
setPaintStyle(String paintStyle) |
void |
setWidth(int width) |
String |
toJS(StringBuilder sb) |
public ArrowOverlay()
public ArrowOverlay(int width, int length, double location, int direction)
public int getWidth()
public void setWidth(int width)
public int getLength()
public void setLength(int length)
public double getLocation()
public void setLocation(double location)
public int getDirection()
public void setDirection(int direction)
public double getFoldback()
public void setFoldback(double foldback)
public String getPaintStyle()
public void setPaintStyle(String paintStyle)
public String toJS(StringBuilder sb)
Copyright © 2017. All rights reserved.