|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| net.sourceforge.jeuclid | Entry point for JEuclid. |
| net.sourceforge.jeuclid.context | |
| net.sourceforge.jeuclid.swing | Provides a Java Swing Component for MathML Rendering. |
| Uses of Parameter in net.sourceforge.jeuclid |
|---|
| Methods in net.sourceforge.jeuclid with parameters of type Parameter | |
|---|---|
Object |
LayoutContext.getParameter(Parameter which)
Retrieve a layout parameter. |
LayoutContext |
MutableLayoutContext.setParameter(Parameter which,
Object newValue)
Set a layout Parameter. |
| Uses of Parameter in net.sourceforge.jeuclid.context |
|---|
| Methods in net.sourceforge.jeuclid.context that return Parameter | |
|---|---|
static Parameter |
Parameter.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Parameter[] |
Parameter.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.sourceforge.jeuclid.context with parameters of type Parameter | |
|---|---|
Object |
StyleAttributeLayoutContext.getParameter(Parameter which)
Retrieve a layout parameter. |
Object |
RelativeScriptlevelLayoutContext.getParameter(Parameter which)
Retrieve a layout parameter. |
Object |
LayoutContextImpl.getParameter(Parameter which)
Retrieve a layout parameter. |
Object |
InlineLayoutContext.getParameter(Parameter which)
Retrieve a layout parameter. |
LayoutContext |
LayoutContextImpl.setParameter(Parameter which,
Object newValue)
Set a layout Parameter. |
| Uses of Parameter in net.sourceforge.jeuclid.swing |
|---|
| Methods in net.sourceforge.jeuclid.swing with parameters of type Parameter | |
|---|---|
void |
JMathComponent.setParameter(Parameter key,
Object newValue)
Sets a generic rendering parameter. |
| Method parameters in net.sourceforge.jeuclid.swing with type arguments of type Parameter | |
|---|---|
void |
JMathComponent.setParameters(Map<Parameter,Object> newValues)
Sets generic rendering parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||