|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
| org.odftoolkit.simple.draw | Provide high level methods to manipulate draw frame and text box. |
| org.odftoolkit.simple.style | Provide convenient methods to handle style definitions in ODF document. |
| Uses of StyleTypeDefinitions.SupportedLinearMeasure in org.odftoolkit.simple.draw |
|---|
| Methods in org.odftoolkit.simple.draw that return StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
StyleTypeDefinitions.SupportedLinearMeasure |
FrameRectangle.getLinearMeasure()
|
| Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
void |
FrameRectangle.setLinearMeasure(StyleTypeDefinitions.SupportedLinearMeasure newLinearMeasure)
|
| Constructors in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
FrameRectangle(double x,
double y,
double width,
double height,
StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Create an instance of FrameRectangle with the top-left point (x, y), width, height and the measurement |
|
| Uses of StyleTypeDefinitions.SupportedLinearMeasure in org.odftoolkit.simple.style |
|---|
| Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
static StyleTypeDefinitions.SupportedLinearMeasure |
StyleTypeDefinitions.SupportedLinearMeasure.enumValueOf(String aValue)
|
StyleTypeDefinitions.SupportedLinearMeasure |
Border.getLinearMeasure()
Return the linear measurement |
static StyleTypeDefinitions.SupportedLinearMeasure |
StyleTypeDefinitions.SupportedLinearMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StyleTypeDefinitions.SupportedLinearMeasure[] |
StyleTypeDefinitions.SupportedLinearMeasure.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
protected Border |
Border.changeLineMeasure(StyleTypeDefinitions.SupportedLinearMeasure newLineMeasure)
Return a border which is same but with a different line measurement |
double |
StyleTypeDefinitions.SupportedLinearMeasure.convert(double measure,
StyleTypeDefinitions.SupportedLinearMeasure measureUnit)
Convert the given linear measure in the given unit to this unit. |
void |
Border.setLinearMeasure(StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Set linear measurement |
| Constructors in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
Border(Color aColor,
double width,
double innerLineWidth,
double outerLineWidth,
StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Constructor to create a double line border |
|
Border(Color aColor,
double width,
StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Constructor to create a single line border |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||