org.apache.fop.dom.svg
Class SVGPathSegImpl


public class SVGPathSegImpl
implements SVGPathSeg


Field Summary
 (package private) shortcommandType
           
 (package private) float[]values
           

Constructor Summary
SVGPathSegImpl(short type, float[] vals)
           

Method Summary
 shortgetPathSegType()
           
 StringgetPathSegTypeAsLetter()
           
 float[]getValues()
           
 voidsetPathSegType(short pathSegType)
           
 voidsetPathSegTypeAsLetter(String pathSegTypeAsLetter)
           

Field Detail

commandType

short commandType

values

float[] values
Constructor Detail

SVGPathSegImpl

public SVGPathSegImpl(short type, float[] vals)
Method Detail

getPathSegType

public short getPathSegType()

getPathSegTypeAsLetter

public String getPathSegTypeAsLetter()

getValues

public float[] getValues()

setPathSegType

public void setPathSegType(short pathSegType)

setPathSegTypeAsLetter

public void setPathSegTypeAsLetter(String pathSegTypeAsLetter)