public interface PercentBase
Modifier and Type | Method and Description |
---|---|
int |
getBaseLength(PercentBaseContext context) |
double |
getBaseValue() |
int |
getDimension()
Determines whether a numeric property is created or one with a percentage
base.
|
int getDimension()
double getBaseValue()
int getBaseLength(PercentBaseContext context) throws PropertyException
context
- The context for percentage evaluationPropertyException
- if a problem occurs during evaluation of this
value.Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.