Uses of Interface
com.osbcp.css.unit.Unit

Packages that use Unit
com.osbcp.css Main package. 
com.osbcp.css.unit Package for the CSS units. 
 

Uses of Unit in com.osbcp.css
 

Methods in com.osbcp.css with parameters of type Unit
 CSS CSS.setBackgroundPosition(Unit xpos, Unit ypos)
          Sets the background-position property.
 CSS CSS.setBorder(Unit width, BorderStyle style, java.io.Serializable color)
          Sets the border property.
 CSS CSS.setBorderBottom(Unit width, BorderStyle style, java.io.Serializable color)
          Sets the border-bottom property.
 CSS CSS.setBorderBottomWidth(Unit width)
          Sets the border-bottom-width property.
 CSS CSS.setBorderLEft(Unit width, BorderStyle style, java.io.Serializable color)
          Sets the border-left property.
 CSS CSS.setBorderLeftWidth(Unit width)
          Sets the border-left-width property.
 CSS CSS.setBorderRight(Unit width, BorderStyle style, java.io.Serializable color)
          Sets the border-right property.
 CSS CSS.setBorderRightWidth(Unit width)
          Sets the border-right-width property.
 CSS CSS.setBorderTop(Unit width, BorderStyle style, java.io.Serializable color)
          Sets the border-top property.
 CSS CSS.setBorderTopWidth(Unit width)
          Sets the border-top-width property.
 CSS CSS.setBorderWidth(Unit width)
          Sets the border-width property.
 CSS CSS.setBottom(Unit bottom)
          Sets the bottom property.
 CSS CSS.setClipShape(Unit top, Unit right, Unit bottom, Unit left)
          Sets the clip property.
 CSS CSS.setFontSize(Unit size)
          Sets the font-size property.
 CSS CSS.setHeight(Unit height)
          Sets the height property.
 CSS CSS.setLeft(Unit left)
          Sets the left property.
 CSS CSS.setLetterSpacing(Unit spacing)
          Sets the letter-spacing property.
 CSS CSS.setLineHeight(Unit height)
          Sets the line-height property.
 CSS CSS.setMargin(Unit margin)
          Sets the margin property.
 CSS CSS.setMargin(Unit topBottom, Unit rightLeft)
          Sets the margin property.
 CSS CSS.setMargin(Unit top, Unit rightLeft, Unit bottom)
          Sets the margin property.
 CSS CSS.setMargin(Unit top, Unit right, Unit bottom, Unit left)
          Sets the margin property.
 CSS CSS.setMarginBottom(Unit margin)
          Sets the margin-bottom property.
 CSS CSS.setMarginLeft(Unit margin)
          Sets the margin-left property.
 CSS CSS.setMarginRight(Unit margin)
          Sets the margin-right property.
 CSS CSS.setMarginTop(Unit margin)
          Sets the margin-top property.
 CSS CSS.setMaxHeight(Unit height)
          Sets the max-height property.
 CSS CSS.setMaxWidth(Unit width)
          Sets the max-width property.
 CSS CSS.setMinHeight(Unit height)
          Sets the min-height property.
 CSS CSS.setMinWidth(Unit width)
          Sets the min-width property.
 CSS CSS.setOutline(java.io.Serializable color, OutlineStyle style, Unit width)
          Sets the outline property.
 CSS CSS.setOutlineWidth(Unit width)
          Sets the outline-width property.
 CSS CSS.setPadding(Unit padding)
          Sets the padding property.
 CSS CSS.setPadding(Unit topBottom, Unit rightLeft)
          Sets the padding property.
 CSS CSS.setPadding(Unit top, Unit rightLeft, Unit bottom)
          Sets the padding property.
 CSS CSS.setPadding(Unit top, Unit right, Unit bottom, Unit left)
          Sets the padding property.
 CSS CSS.setPaddingBottom(Unit margin)
          Sets the padding-bottom property.
 CSS CSS.setPaddingLeft(Unit margin)
          Sets the padding-left property.
 CSS CSS.setPaddingRight(Unit margin)
          Sets the padding-right property.
 CSS CSS.setPaddingTop(Unit margin)
          Sets the padding-top property.
 CSS CSS.setRight(Unit right)
          Sets the right property.
 CSS CSS.setTextIndent(Unit indent)
          Sets the text-indent property.
 CSS CSS.setTextShadow(Unit hShadow, Unit vShadow, Unit blur, java.io.Serializable color)
          Sets the text-shadow property.
 CSS CSS.setTop(Unit top)
          Sets the top property.
 CSS CSS.setVerticalAlign(Unit alignment)
          Sets the vertical-align property.
 CSS CSS.setWidth(Unit width)
          Sets the width property.
 CSS CSS.setWordSpacing(Unit spacing)
          Sets the word-spacing property.
 

Uses of Unit in com.osbcp.css.unit
 

Classes in com.osbcp.css.unit that implement Unit
 class AUTO
          Represents the AUTO value for certain CSS attributes
 class CM
          Represents the centimeter (cm) CSS unit.
 class EM
          Represents the em CSS unit
 class EX
          Represents the ex CSS unit
 class IN
          Represents the inch (in) CSS unit
 class MM
          Represents the millimeter (mm) CSS unit
 class NumericUnit
          Represents a numeric CSS unit.
 class PC
          Represents the pica (pc) CSS unit.
 class PCT
          Represents the percent (%) CSS unit
 class PT
          Represents the point (pt) CSS unit
 class PX
          Represents the pixel (px) CSS unit