TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.generator
Interface ISVGFeFunc

All Known Implementing Classes:
SVGFeFunc, SVGFeFuncBase

public interface ISVGFeFunc

ISVGFeFunc interface defines accessors for attributes which are common to Scalable Vector Graphics (SVG) "feFunc" elements. Also provides for generating the implementation element.


Method Summary
 java.lang.String getIntercept()
          Returns the intercept.
 java.lang.String getSlope()
          Returns the slope.
 java.lang.String getType()
          Returns the Type.
 void setIntercept(java.lang.String intercept)
          Sets the intercept.
 void setSlope(java.lang.String slope)
          Sets the slope.
 void setType(java.lang.String type)
          Sets the Type.
 

Method Detail

getType

java.lang.String getType()
Returns the Type.

Returns:
String

setType

void setType(java.lang.String type)
Sets the Type.

Parameters:
type - The Type to set

getIntercept

java.lang.String getIntercept()
Returns the intercept.

Returns:
String

getSlope

java.lang.String getSlope()
Returns the slope.

Returns:
String

setIntercept

void setIntercept(java.lang.String intercept)
Sets the intercept.

Parameters:
intercept - The intercept to set

setSlope

void setSlope(java.lang.String slope)
Sets the slope.

Parameters:
slope - The slope to set

TPTP 4.6.0 Platform Project
Internal API Specification