|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.WebNorthArrow
public class WebNorthArrow
| Field Summary | |
|---|---|
static java.lang.String |
BOLD
|
static java.lang.String |
BOLDITALIC
|
static int |
DEFAULT_HEIGHT
Default height of the northarrow. |
static int |
DEFAULT_WIDTH
Default width of the northarrow. |
static java.lang.String |
ITALIC
|
static java.lang.String |
OUTLINE
|
static java.lang.String |
REGULAR
|
static java.lang.String |
UNDERLINE
|
| Constructor Summary | |
|---|---|
WebNorthArrow()
|
|
| Method Summary | |
|---|---|
void |
destroy()
The cleaup chores (such as releasing held resources) of attributes of a WebContext should be performed in
this method. |
int |
getFontCharacter()
|
java.lang.String |
getFontColor()
|
java.lang.String |
getFontGlowingColor()
|
java.lang.String |
getFontName()
|
java.lang.String |
getFontOutlineColor()
|
java.lang.String |
getFontShadowColor()
|
int |
getFontSize()
|
java.lang.String |
getFontStyle()
|
int |
getHeight()
|
java.lang.String |
getImageUrl()
|
double |
getTransparency()
|
WebContext |
getWebContext()
|
int |
getWidth()
|
void |
init(WebContext context)
The initialization chores of attributes of a WebContext should be performed in this method. |
boolean |
isAntialiasing()
|
boolean |
isOverlap()
|
void |
setAntialiasing(boolean antialiasing)
|
void |
setFontCharacter(int fontCharacter)
|
void |
setFontColor(java.lang.String fontColor)
|
void |
setFontGlowingColor(java.lang.String fontGlowingColor)
|
void |
setFontName(java.lang.String fontName)
|
void |
setFontOutlineColor(java.lang.String fontOutlineColor)
|
void |
setFontShadowColor(java.lang.String fontShadowColor)
|
void |
setFontSize(int fontSize)
|
void |
setFontStyle(java.lang.String fontStyle)
|
void |
setHeight(int height)
|
void |
setImageUrl(java.lang.String northArrowMimeURL)
|
void |
setOverlap(boolean overlap)
|
void |
setTransparency(double transparency)
|
void |
setWebContext(WebContext wContext)
Deprecated. no replacement |
void |
setWidth(int width)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_WIDTH
public static final int DEFAULT_HEIGHT
public static final java.lang.String REGULAR
public static final java.lang.String BOLD
public static final java.lang.String ITALIC
public static final java.lang.String UNDERLINE
public static final java.lang.String OUTLINE
public static final java.lang.String BOLDITALIC
| Constructor Detail |
|---|
public WebNorthArrow()
| Method Detail |
|---|
public void init(WebContext context)
WebContextInitialize
The initialization chores of attributes of a WebContext should be performed in this method.
Typically this method is called by the WebContext when the context itself is initialized. It is important
to note that this method is again called by the context when a GISResource is dynamically added to or
removed from the context. Classes that implement this method should keep this in mind and adapt the method to react
to the callbacks in these circumstances as well.
A WebContext attribute is usable only after this method has been called.
init in interface WebContextInitializecontext - WebContext- the WebContextWebContext.init(WebContext),
WebContext.addResource(String, GISResource, int),
WebContext.removeResource(GISResource)public void destroy()
WebContextInitialize
The cleaup chores (such as releasing held resources) of attributes of a WebContext should be performed in
this method.
Typically this method is called by the WebContext when the context itself is destroyed.
The WebContext attribute is unusable after this method has been called.
destroy in interface WebContextInitializeWebContext.destroy()public WebContext getWebContext()
public int getWidth()
public double getTransparency()
public boolean isOverlap()
public int getHeight()
public java.lang.String getFontStyle()
public int getFontSize()
public java.lang.String getFontShadowColor()
public java.lang.String getFontOutlineColor()
public java.lang.String getFontName()
public java.lang.String getFontGlowingColor()
public java.lang.String getFontColor()
public int getFontCharacter()
public boolean isAntialiasing()
@Deprecated public void setWebContext(WebContext wContext)
wContext - WebContextpublic void setWidth(int width)
public void setTransparency(double transparency)
public void setOverlap(boolean overlap)
public void setHeight(int height)
public void setFontStyle(java.lang.String fontStyle)
public void setFontSize(int fontSize)
public void setFontShadowColor(java.lang.String fontShadowColor)
public void setFontOutlineColor(java.lang.String fontOutlineColor)
public void setFontName(java.lang.String fontName)
public void setFontGlowingColor(java.lang.String fontGlowingColor)
public void setFontColor(java.lang.String fontColor)
public void setFontCharacter(int fontCharacter)
public void setAntialiasing(boolean antialiasing)
public void setImageUrl(java.lang.String northArrowMimeURL)
public java.lang.String getImageUrl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||