Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.css.engine.value
Class ComputedValue  view ComputedValue download ComputedValue.java

java.lang.Object
  extended byorg.apache.batik.css.engine.value.ComputedValue
All Implemented Interfaces:
Value

public class ComputedValue
extends java.lang.Object
implements Value

This class represents a computed property value.

Version:
$Id: ComputedValue.java,v 1.3 2004/08/18 07:12:53 vhardy Exp $

Field Summary
protected  Value cascadedValue
          The cascaded value.
protected  Value computedValue
          The computed value.
 
Constructor Summary
ComputedValue(Value cv)
          Creates a new ComputedValue object.
 
Method Summary
 Value getBlue()
          Implements Value.getBlue() 55 .
 Value getBottom()
          Implements Value.getBottom() 55 .
 Value getCascadedValue()
          Returns the cascaded value.
 Value getComputedValue()
          Returns the computed value.
 java.lang.String getCssText()
          Implements Value.getCssText() 55 .
 short getCssValueType()
          Implements Value.getCssValueType() 55 .
 float getFloatValue()
          Implements Value.getFloatValue() 55 .
 Value getGreen()
          Implements Value.getGreen() 55 .
 java.lang.String getIdentifier()
          Implements Value.getIdentifier() 55 .
 Value getLeft()
          Implements Value.getLeft() 55 .
 int getLength()
          Implements Value.getLength() 55 .
 java.lang.String getListStyle()
          Implements Value.getListStyle() 55 .
 short getPrimitiveType()
          Implements Value.getPrimitiveType() 55 .
 Value getRed()
          Implements Value.getRed() 55 .
 Value getRight()
          Implements Value.getRight() 55 .
 java.lang.String getSeparator()
          Implements Value.getSeparator() 55 .
 java.lang.String getStringValue()
          Implements Value.getStringValue() 55 .
 Value getTop()
          Implements Value.getTop() 55 .
 Value item(int index)
          Implements Value.item(int) 55 .
 void setComputedValue(Value v)
          Sets the computed value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cascadedValue

protected Value cascadedValue
The cascaded value.


computedValue

protected Value computedValue
The computed value.

Constructor Detail

ComputedValue

public ComputedValue(Value cv)
Creates a new ComputedValue object.

Method Detail

getComputedValue

public Value getComputedValue()
Returns the computed value.


getCascadedValue

public Value getCascadedValue()
Returns the cascaded value.


setComputedValue

public void setComputedValue(Value v)
Sets the computed value.


getCssText

public java.lang.String getCssText()
Implements Value.getCssText() 55 .

Specified by:
getCssText in interface Value

getCssValueType

public short getCssValueType()
Implements Value.getCssValueType() 55 .

Specified by:
getCssValueType in interface Value

getPrimitiveType

public short getPrimitiveType()
Implements Value.getPrimitiveType() 55 .

Specified by:
getPrimitiveType in interface Value

getFloatValue

public float getFloatValue()
                    throws org.w3c.dom.DOMException
Implements Value.getFloatValue() 55 .

Specified by:
getFloatValue in interface Value

getStringValue

public java.lang.String getStringValue()
                                throws org.w3c.dom.DOMException
Implements Value.getStringValue() 55 .

Specified by:
getStringValue in interface Value

getRed

public Value getRed()
             throws org.w3c.dom.DOMException
Implements Value.getRed() 55 .

Specified by:
getRed in interface Value

getGreen

public Value getGreen()
               throws org.w3c.dom.DOMException
Implements Value.getGreen() 55 .

Specified by:
getGreen in interface Value

getBlue

public Value getBlue()
              throws org.w3c.dom.DOMException
Implements Value.getBlue() 55 .

Specified by:
getBlue in interface Value

getLength

public int getLength()
              throws org.w3c.dom.DOMException
Implements Value.getLength() 55 .

Specified by:
getLength in interface Value

item

public Value item(int index)
           throws org.w3c.dom.DOMException
Implements Value.item(int) 55 .

Specified by:
item in interface Value

getTop

public Value getTop()
             throws org.w3c.dom.DOMException
Implements Value.getTop() 55 .

Specified by:
getTop in interface Value

getRight

public Value getRight()
               throws org.w3c.dom.DOMException
Implements Value.getRight() 55 .

Specified by:
getRight in interface Value

getBottom

public Value getBottom()
                throws org.w3c.dom.DOMException
Implements Value.getBottom() 55 .

Specified by:
getBottom in interface Value

getLeft

public Value getLeft()
              throws org.w3c.dom.DOMException
Implements Value.getLeft() 55 .

Specified by:
getLeft in interface Value

getIdentifier

public java.lang.String getIdentifier()
                               throws org.w3c.dom.DOMException
Implements Value.getIdentifier() 55 .

Specified by:
getIdentifier in interface Value

getListStyle

public java.lang.String getListStyle()
                              throws org.w3c.dom.DOMException
Implements Value.getListStyle() 55 .

Specified by:
getListStyle in interface Value

getSeparator

public java.lang.String getSeparator()
                              throws org.w3c.dom.DOMException
Implements Value.getSeparator() 55 .

Specified by:
getSeparator in interface Value