|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inria.zvtm.svg.Context
public class Context
Context information that is propagated while walking the SVG DOM tree.
| Method Summary | |
|---|---|
Context |
duplicate()
|
float |
getAlphaTransparencyValue()
Get alpha transparency value. |
String |
getClosestAncestorGroupClass()
|
String |
getClosestAncestorGroupID()
|
Color |
getFillColor()
Get fill (interior) color. |
Color |
getStrokeColor()
Get stroke (border) color. |
String |
getTitle()
Get Title associated with this part of the SVG document tree. |
String |
getURL()
Get URL associated with this part of the SVG document tree. |
String |
getURLTitle()
Get the URL's title associated with this part of the SVG document tree. |
boolean |
hasFillColorInformation()
Has fill information been declared. |
boolean |
hasStrokeColorInformation()
Has stroke color information been declared. |
boolean |
hasTransparencyInformation()
Has transparency information been declared. |
void |
setClosestAncestorGroupClass(String s)
|
void |
setClosestAncestorGroupID(String s)
|
void |
setTitle(String s)
Set a Title for this part of the SVG document tree. |
void |
setURL(String s)
Set a URL for this part of the SVG document tree. |
void |
setURLTitle(String s)
Set a URL's title for this part of the SVG document tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasTransparencyInformation()
public Color getFillColor()
public boolean hasFillColorInformation()
public Color getStrokeColor()
public boolean hasStrokeColorInformation()
public float getAlphaTransparencyValue()
public void setURL(String s)
public String getURL()
public void setURLTitle(String s)
public String getURLTitle()
public void setTitle(String s)
public String getTitle()
public void setClosestAncestorGroupID(String s)
public String getClosestAncestorGroupID()
public void setClosestAncestorGroupClass(String s)
public String getClosestAncestorGroupClass()
public Context duplicate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||