fop 1.0

org.apache.fop.fo.properties
Class CommonBorderPaddingBackground.BorderInfo

java.lang.Object
  extended by org.apache.fop.fo.properties.CommonBorderPaddingBackground.BorderInfo
Enclosing class:
CommonBorderPaddingBackground

public static class CommonBorderPaddingBackground.BorderInfo
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object obj)
          
 java.awt.Color getColor()
           
static CommonBorderPaddingBackground.BorderInfo getInstance(int style, CondLengthProperty width, java.awt.Color color)
          Returns a BorderInfo instance corresponding to the given values
 int getRetainedWidth()
          Convenience method returning the border-width, taking into account values of "none" and "hidden"
 int getStyle()
           
 CondLengthProperty getWidth()
           
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static CommonBorderPaddingBackground.BorderInfo getInstance(int style,
                                                                   CondLengthProperty width,
                                                                   java.awt.Color color)
Returns a BorderInfo instance corresponding to the given values

Parameters:
style - the border-style
width - the border-width
color - the border-color
Returns:
a cached BorderInfo instance

getStyle

public int getStyle()
Returns:
the border-style

getColor

public java.awt.Color getColor()
Returns:
the border-color

getWidth

public CondLengthProperty getWidth()
Returns:
the border-width

getRetainedWidth

public int getRetainedWidth()
Convenience method returning the border-width, taking into account values of "none" and "hidden"

Returns:
the retained border-width

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.