|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getType()
void setType(java.lang.String type)
type - The Type to setjava.lang.String getIntercept()
java.lang.String getSlope()
void setIntercept(java.lang.String intercept)
intercept - The intercept to setvoid setSlope(java.lang.String slope)
slope - The slope to set
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||