|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.util.ExtentKit
public class ExtentKit
ExtentKit is a utility class to help with Extent
manipulation
| Constructor Summary | |
|---|---|
ExtentKit()
|
|
| Method Summary | |
|---|---|
static boolean |
isExtent(String extentString)
Returns true if the string is in an extent in the form : [integer][unit]
where unit is one of [px | % | pt | cm | mm | in | em | ex | pc]
and no spaces are allowed betwwen the integer value and the
unit. |
static Extent |
makeExtent(String extentString)
Returns an new Extent object that represents the given Extent string in the form : [integer][unit]
where unit is one of [px | % | pt | cm | mm | in | em | ex | pc]
and no spaces are allowed betwwen the integer value and the
unit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtentKit()
| Method Detail |
|---|
public static Extent makeExtent(String extentString)
[integer][unit]
where unit is one of [px | % | pt | cm | mm | in | em | ex | pc]
and no spaces are allowed betwwen the integer value and the
unit. For example '5em', '12pt', '50%' or '22cm'.
extentString - - a valid extent string
isExtent(String)public static boolean isExtent(String extentString)
[integer][unit]
where unit is one of [px | % | pt | cm | mm | in | em | ex | pc]
and no spaces are allowed betwwen the integer value and the
unit. For example '5em', '12pt', '50%' or '22cm'.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||