|
|||||||||
| Home >> All >> com >> xerox >> VTM >> [ svg overview ] | PREV NEXT | ||||||||
A
- abl2c(float) - Static method in class com.xerox.VTM.svg.SVGWriter
- returns all but last 2 characters of a string (All But Last 2 Chars) representing a float
- add(String) - Method in class com.xerox.VTM.svg.Context
- alphaValue - Variable in class com.xerox.VTM.svg.SVGStyle
- application - Variable in class com.xerox.VTM.svg.EventHandlerTest
- application - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- arrayOffloatAsCSStrings(float[]) - Static method in class com.xerox.VTM.svg.SVGWriter
B
- bitmapImages - Variable in class com.xerox.VTM.svg.SVGWriter
C
- Context - class com.xerox.VTM.svg.Context.
- context information that we might want to propagate while walking the SVG DOM tree
- Context(String) - Constructor for class com.xerox.VTM.svg.Context
- cds - Variable in class com.xerox.VTM.svg.PathSegment
- checkSVGPath(String) - Static method in class com.xerox.VTM.svg.SVGReader
- check that an SVG path value is supported by the VTM.
- click1(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- click1(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- click2(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- click2(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- click3(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- click3(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- com.xerox.VTM.svg - package com.xerox.VTM.svg
- computeStepValue(double, double, double, double) - Static method in class com.xerox.VTM.svg.SVGTest2
- createCircle(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VCircle from an SVG circle element
- createCircle(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VCircle from an SVG circle element
- createCircle(VCircle) - Method in class com.xerox.VTM.svg.SVGWriter
- createEllipse(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VEllipse from an SVG ellipse element
- createEllipse(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VEllipse from an SVG ellipse element
- createEllipse(VEllipse) - Method in class com.xerox.VTM.svg.SVGWriter
- createFontInformation(Font) - Method in class com.xerox.VTM.svg.SVGWriter
- createGroup() - Method in class com.xerox.VTM.svg.SVGWriter
- createImage(VImage) - Method in class com.xerox.VTM.svg.SVGWriter
- createLine(VSegment) - Method in class com.xerox.VTM.svg.SVGWriter
- createPath(Element, VPath) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VPath from an SVG text element
- createPath(Element, VPath, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VPath from an SVG text element
- createPath(String, VPath) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VPath from an SVG text element
- createPath(String, VPath, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VPath from an SVG text element
- createPath(VPath) - Method in class com.xerox.VTM.svg.SVGWriter
- createPath(VBoolShape) - Method in class com.xerox.VTM.svg.SVGWriter
- createPoint(VPoint) - Method in class com.xerox.VTM.svg.SVGWriter
- createPolygon(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VPolygon from an SVG polygon element
- createPolygon(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VPolygon from an SVG polygon element
- createPolygon(VTriangle) - Method in class com.xerox.VTM.svg.SVGWriter
- createPolygon(VDiamond) - Method in class com.xerox.VTM.svg.SVGWriter
- createPolygon(VOctagon) - Method in class com.xerox.VTM.svg.SVGWriter
- createPolygon(VShape) - Method in class com.xerox.VTM.svg.SVGWriter
- createPolygon(VPolygon) - Method in class com.xerox.VTM.svg.SVGWriter
- createPolyline(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a set of VSegments from an SVG polyline element
- createPolyline(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a set of VSegments from an SVG polyline element
- createRect(VRectangle) - Method in class com.xerox.VTM.svg.SVGWriter
- createRectangle(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VRectangle from an SVG rect element
- createRectangle(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VRectangle from an SVG rect element
- createRectangleFromPolygon(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VRectangle from an SVG polygon element (after checking this is actually a rectangle - returns null if not)
- createRectangleFromPolygon(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VRectangle from an SVG polygon element (after checking this is actually a rectangle - returns null if not)
- createRoundRectFromPolygon(Element) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VRoundRect from an SVG polygon element (after checking this is actually a rectangle - returns null if not)
- createRoundRectFromPolygon(Element, Context) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VRoundRect from an SVG polygon element (after checking this is actually a rectangle - returns null if not)
- createStrokeInformation(Glyph, Element) - Method in class com.xerox.VTM.svg.SVGWriter
- createText(Element, VirtualSpaceManager) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VText from an SVG text element - warning if text uses attribute text-anchor and has a value different from start, it will not be taken into account (it is up to you to place the text correctly, as it requires information about the View's graphicscontext to compute the string's width/height)
- createText(Element, Context, VirtualSpaceManager) - Static method in class com.xerox.VTM.svg.SVGReader
- create a VText from an SVG text element - warning if text uses attribute text-anchor and has a value different from start, it will not be taken into account (it is up to you to place the text correctly, as it requires information about the View's graphicscontext to compute the string's width/height)
- createText(VText) - Method in class com.xerox.VTM.svg.SVGWriter
D
- DEFAULT_DASH_OFFSET - Static variable in class com.xerox.VTM.svg.SVGWriter
- DEFAULT_MITER_LIMIT - Static variable in class com.xerox.VTM.svg.SVGWriter
- destination - Variable in class com.xerox.VTM.svg.SVGWriter
- displaySVG(Document) - Method in class com.xerox.VTM.svg.SVGTest2
E
- EventHandlerTest - class com.xerox.VTM.svg.EventHandlerTest.
- EventHandlerTest(SVGTest) - Constructor for class com.xerox.VTM.svg.EventHandlerTest
- EventHandlerTest2 - class com.xerox.VTM.svg.EventHandlerTest2.
- EventHandlerTest2(SVGTest2) - Constructor for class com.xerox.VTM.svg.EventHandlerTest2
- eh - Variable in class com.xerox.VTM.svg.SVGTest
- eh - Variable in class com.xerox.VTM.svg.SVGTest2
- enterGlyph(Glyph) - Method in class com.xerox.VTM.svg.EventHandlerTest
- enterGlyph(Glyph) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- exitGlyph(Glyph) - Method in class com.xerox.VTM.svg.EventHandlerTest
- exitGlyph(Glyph) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- export() - Method in class com.xerox.VTM.svg.SVGTest
- exportVirtualSpace(VirtualSpace, DOMImplementation, File) - Method in class com.xerox.VTM.svg.SVGWriter
- Export the content of a virtual space as a DOM object (that can then be serialized as an XML document using the parser of your choice (returns null if any error occurs)
F
- farNorth - Variable in class com.xerox.VTM.svg.SVGWriter
- farWest - Variable in class com.xerox.VTM.svg.SVGWriter
- fill - Variable in class com.xerox.VTM.svg.Context
- fillColor - Variable in class com.xerox.VTM.svg.SVGStyle
- fill_opacity - Variable in class com.xerox.VTM.svg.Context
- font_family - Variable in class com.xerox.VTM.svg.Context
- font_size - Variable in class com.xerox.VTM.svg.Context
- font_style - Variable in class com.xerox.VTM.svg.Context
- font_weight - Variable in class com.xerox.VTM.svg.Context
G
- getAlphaTransparencyValue() - Method in class com.xerox.VTM.svg.Context
- returns the alpha transparency value (1.0 if opaque, 0 is fully transparent)
- getAlphaTransparencyValue() - Method in class com.xerox.VTM.svg.SVGStyle
- returns the alpha transparency value (1.0 if opaque, 0 is fully transparent)
- getBorderColor() - Method in class com.xerox.VTM.svg.Context
- returns the stroke (border) color
- getBorderColor() - Method in class com.xerox.VTM.svg.SVGStyle
- returns the stroke (border) color
- getColor(String) - Static method in class com.xerox.VTM.svg.SVGReader
- getCoords() - Method in class com.xerox.VTM.svg.PathSegment
- getDefinedFont() - Method in class com.xerox.VTM.svg.Context
- getFillColor() - Method in class com.xerox.VTM.svg.Context
- returns the fill (interior) color
- getFillColor() - Method in class com.xerox.VTM.svg.SVGStyle
- returns the fill (interior) color
- getGenericFontFamily(Font) - Static method in class com.xerox.VTM.svg.SVGWriter
- getJ2DShape(BooleanOps, long, long) - Method in class com.xerox.VTM.svg.SVGWriter
- getMainPoint() - Method in class com.xerox.VTM.svg.PathSegment
- getNextNumber(StringBuffer) - Static method in class com.xerox.VTM.svg.SVGReader
- getPositionOffset() - Static method in class com.xerox.VTM.svg.SVGReader
- get the position offset (0,0 means no offset)
- getSVGPathCoordinates(VPath) - Method in class com.xerox.VTM.svg.SVGWriter
- getStyle(String) - Static method in class com.xerox.VTM.svg.SVGReader
- getType() - Method in class com.xerox.VTM.svg.PathSegment
H
- hasTransparencyInformation() - Method in class com.xerox.VTM.svg.Context
- returns true if there is transparency information (the value does not matter)
- hasTransparencyInformation() - Method in class com.xerox.VTM.svg.SVGStyle
- returns true if there is transparency information (the value does not matter)
I
- img_subdir - Variable in class com.xerox.VTM.svg.SVGWriter
- initSVGTest() - Method in class com.xerox.VTM.svg.SVGTest
- initSVGTest() - Method in class com.xerox.VTM.svg.SVGTest2
- invertPath(long, long, VPath) - Static method in class com.xerox.VTM.svg.SVGTest2
- isRectangle(Vector) - Static method in class com.xerox.VTM.svg.SVGReader
K
- Kpress(ViewPanel, char, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- Kpress(ViewPanel, char, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- Krelease(ViewPanel, char, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- Krelease(ViewPanel, char, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- Ktype(ViewPanel, char, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- Ktype(ViewPanel, char, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
L
- lastJPX - Variable in class com.xerox.VTM.svg.EventHandlerTest
- lastJPX - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- lastJPY - Variable in class com.xerox.VTM.svg.EventHandlerTest
- lastJPY - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- lastX - Variable in class com.xerox.VTM.svg.EventHandlerTest
- lastX - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- lastY - Variable in class com.xerox.VTM.svg.EventHandlerTest
- lastY - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- load(Document, VirtualSpaceManager, String) - Static method in class com.xerox.VTM.svg.SVGReader
- Load a DOM-parsed SVG document d in VirtualSpace vs
- load() - Method in class com.xerox.VTM.svg.SVGTest2
M
- main(String[]) - Static method in class com.xerox.VTM.svg.SVGTest
- main(String[]) - Static method in class com.xerox.VTM.svg.SVGTest2
- mouseDragged(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- mouseDragged(ViewPanel, int, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- mouseMoved(ViewPanel, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- mouseMoved(ViewPanel, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
P
- PathSegment - class com.xerox.VTM.svg.PathSegment.
- PathSegment(double[], int) - Constructor for class com.xerox.VTM.svg.PathSegment
- parse(String) - Static method in class com.xerox.VTM.svg.SVGTest2
- press1(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- press1(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- press2(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- press2(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- press3(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- press3(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- processGlyph(Glyph) - Method in class com.xerox.VTM.svg.SVGWriter
- processNextSVGCoords(StringBuffer, Vector) - Static method in class com.xerox.VTM.svg.SVGReader
- processNextSVGPathCommand(StringBuffer, VPath, StringBuffer) - Static method in class com.xerox.VTM.svg.SVGReader
- processNode(Element, VirtualSpaceManager, String, Context, boolean) - Static method in class com.xerox.VTM.svg.SVGReader
- processSVG1711Node(Element) - Method in class com.xerox.VTM.svg.SVGTest2
- processStyleInfo(String) - Method in class com.xerox.VTM.svg.Context
R
- RRARCR - Static variable in class com.xerox.VTM.svg.SVGReader
- release1(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- release1(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- release2(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- release2(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- release3(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest
- release3(ViewPanel, int, int, int) - Method in class com.xerox.VTM.svg.EventHandlerTest2
S
- SVGReader - class com.xerox.VTM.svg.SVGReader.
- An SVG interpreter for VTM - for now it covers a very limited subset of the specification (just enough to interpret GraphViz/Dot SVG output (Ellipse, Text, Path and Rectangle + limited support for Polygon)).
- SVGReader() - Constructor for class com.xerox.VTM.svg.SVGReader
- SVGStyle - class com.xerox.VTM.svg.SVGStyle.
- A class to store style information relevant to the VTM
- SVGStyle() - Constructor for class com.xerox.VTM.svg.SVGStyle
- SVGStyle(Color, Color) - Constructor for class com.xerox.VTM.svg.SVGStyle
- fill color, border color
- SVGStyle(Color, Color, Float) - Constructor for class com.xerox.VTM.svg.SVGStyle
- fill color, border color, transparency
- SVGTest - class com.xerox.VTM.svg.SVGTest.
- SVGTest() - Constructor for class com.xerox.VTM.svg.SVGTest
- SVGTest2 - class com.xerox.VTM.svg.SVGTest2.
- SVGTest2(String) - Constructor for class com.xerox.VTM.svg.SVGTest2
- SVGWriter - class com.xerox.VTM.svg.SVGWriter.
- A class to export the content of a virtual space as an SVG document.
- SVGWriter() - Constructor for class com.xerox.VTM.svg.SVGWriter
- seekSecondCoord(StringBuffer) - Static method in class com.xerox.VTM.svg.SVGReader
- serialize(Document, File) - Static method in class com.xerox.VTM.svg.SVGTest
- setAlphaTransparencyValue(Float) - Method in class com.xerox.VTM.svg.SVGStyle
- set the transparency value (between 0 (fully transparent) and 1.0 (opaque))
- setBorderColor(Color) - Method in class com.xerox.VTM.svg.SVGStyle
- set the stroke (border) color
- setFillColor(Color) - Method in class com.xerox.VTM.svg.SVGStyle
- set the fill (interior) color
- setMainPoint(Point2D) - Method in class com.xerox.VTM.svg.PathSegment
- setPositionOffset(long, long) - Static method in class com.xerox.VTM.svg.SVGReader
- When this is set to something different than 0, all SVG objects will be translated by (dx,dy) in their VTM virtual space.
- shapeColors(Glyph) - Method in class com.xerox.VTM.svg.SVGWriter
- shapeText(Glyph) - Method in class com.xerox.VTM.svg.SVGWriter
- specialFont(Font, Font) - Static method in class com.xerox.VTM.svg.SVGReader
- stroke - Variable in class com.xerox.VTM.svg.Context
- strokeColor - Variable in class com.xerox.VTM.svg.SVGStyle
- svgDoc - Variable in class com.xerox.VTM.svg.SVGWriter
- svgURI - Static variable in class com.xerox.VTM.svg.SVGWriter
- the SVG namespace URI
T
- translateSVGPolygon(String, Vector) - Static method in class com.xerox.VTM.svg.SVGReader
- Translate an SVG polygon coordinates from the SVG space to the VTM space, taking position offset into account
- type - Variable in class com.xerox.VTM.svg.PathSegment
V
- viewActivated(View) - Method in class com.xerox.VTM.svg.EventHandlerTest
- viewActivated(View) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- viewClosing(View) - Method in class com.xerox.VTM.svg.EventHandlerTest
- viewClosing(View) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- viewDeactivated(View) - Method in class com.xerox.VTM.svg.EventHandlerTest
- viewDeactivated(View) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- viewDeiconified(View) - Method in class com.xerox.VTM.svg.EventHandlerTest
- viewDeiconified(View) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- viewIconified(View) - Method in class com.xerox.VTM.svg.EventHandlerTest
- viewIconified(View) - Method in class com.xerox.VTM.svg.EventHandlerTest2
- vsm - Variable in class com.xerox.VTM.svg.SVGTest
- vsm - Variable in class com.xerox.VTM.svg.SVGTest2
- vsp - Variable in class com.xerox.VTM.svg.SVGTest2
X
- x1 - Variable in class com.xerox.VTM.svg.EventHandlerTest
- x1 - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- x2 - Variable in class com.xerox.VTM.svg.EventHandlerTest
- x2 - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- xlinkURI - Static variable in class com.xerox.VTM.svg.SVGWriter
- the xlink namespace URI
- xmlFile - Variable in class com.xerox.VTM.svg.SVGTest2
- xoffset - Static variable in class com.xerox.VTM.svg.SVGReader
Y
- y1 - Variable in class com.xerox.VTM.svg.EventHandlerTest
- y1 - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- y2 - Variable in class com.xerox.VTM.svg.EventHandlerTest
- y2 - Variable in class com.xerox.VTM.svg.EventHandlerTest2
- yoffset - Static variable in class com.xerox.VTM.svg.SVGReader
_
- _a - Static variable in class com.xerox.VTM.svg.SVGReader
- _arialff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _caflischff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _circle - Static variable in class com.xerox.VTM.svg.SVGReader
- _corsivaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _courierff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _critterff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _cursiveff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _cx - Static variable in class com.xerox.VTM.svg.SVGReader
- _cy - Static variable in class com.xerox.VTM.svg.SVGReader
- _cyberbitff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _d - Static variable in class com.xerox.VTM.svg.SVGReader
- _ellipse - Static variable in class com.xerox.VTM.svg.SVGReader
- _end - Static variable in class com.xerox.VTM.svg.SVGReader
- _fantasyff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _fill - Static variable in class com.xerox.VTM.svg.SVGReader
- _fillopacity - Static variable in class com.xerox.VTM.svg.SVGReader
- _fontfamily - Static variable in class com.xerox.VTM.svg.SVGReader
- _fontsize - Static variable in class com.xerox.VTM.svg.SVGReader
- _fontstyle - Static variable in class com.xerox.VTM.svg.SVGReader
- _fontweight - Static variable in class com.xerox.VTM.svg.SVGReader
- _g - Static variable in class com.xerox.VTM.svg.SVGReader
- _garamondff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _georgiaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _height - Static variable in class com.xerox.VTM.svg.SVGReader
- _helveticaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _image - Static variable in class com.xerox.VTM.svg.SVGReader
- _inherit - Static variable in class com.xerox.VTM.svg.SVGReader
- _line - Static variable in class com.xerox.VTM.svg.SVGReader
- _lucidaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _middle - Static variable in class com.xerox.VTM.svg.SVGReader
- _minionff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _monoff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _path - Static variable in class com.xerox.VTM.svg.SVGReader
- _poeticaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _points - Static variable in class com.xerox.VTM.svg.SVGReader
- _polygon - Static variable in class com.xerox.VTM.svg.SVGReader
- _polyline - Static variable in class com.xerox.VTM.svg.SVGReader
- _r - Static variable in class com.xerox.VTM.svg.SVGReader
- _rect - Static variable in class com.xerox.VTM.svg.SVGReader
- _rx - Static variable in class com.xerox.VTM.svg.SVGReader
- _ry - Static variable in class com.xerox.VTM.svg.SVGReader
- _sansff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _sanvitoff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _serifff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _start - Static variable in class com.xerox.VTM.svg.SVGReader
- _stroke - Static variable in class com.xerox.VTM.svg.SVGReader
- _strokecapbutt - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokecapround - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokecapsquare - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokedasharray - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokedashoffset - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokejoinbevel - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokejoinmiter - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokejoinround - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokelinecap - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokelinejoin - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokemiterlimit - Static variable in class com.xerox.VTM.svg.SVGWriter
- _strokewidth - Static variable in class com.xerox.VTM.svg.SVGReader
- _strokewidth - Static variable in class com.xerox.VTM.svg.SVGWriter
- _style - Static variable in class com.xerox.VTM.svg.SVGReader
- _tahomaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _text - Static variable in class com.xerox.VTM.svg.SVGReader
- _textanchor - Static variable in class com.xerox.VTM.svg.SVGReader
- _timesff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _title - Static variable in class com.xerox.VTM.svg.SVGReader
- _trebuchetff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _universff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _verdanaff - Static variable in class com.xerox.VTM.svg.SVGWriter
- _width - Static variable in class com.xerox.VTM.svg.SVGReader
- _x - Static variable in class com.xerox.VTM.svg.SVGReader
- _y - Static variable in class com.xerox.VTM.svg.SVGReader
A B C D E F G H I K L M P R S T V X Y _
|
|||||||||
| Home >> All >> com >> xerox >> VTM >> [ svg overview ] | PREV NEXT | ||||||||