com.powerml.structures.styles
Class Background

java.lang.Object
  extended bycom.powerml.structures.styles.FillStyle
      extended bycom.powerml.structures.styles.Background
All Implemented Interfaces:
java.io.Serializable

public final class Background
extends FillStyle

This class is used to represent the background fill of slides and masters.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.powerml.structures.styles.FillStyle
GRAD_CORNER_NE, GRAD_CORNER_NW, GRAD_CORNER_SE, GRAD_CORNER_SW, GRAD_STYLE_DIAG_DOWN, GRAD_STYLE_DIAG_UP, GRAD_STYLE_FROM_CENTER, GRAD_STYLE_FROM_CORNER, GRAD_STYLE_HORIZONTAL, GRAD_STYLE_VERTICAL, GRAD_TYPE_COMPLEX, GRAD_TYPE_SIMPLE, TYPE_BACKGROUND, TYPE_GRADIENT, TYPE_PATTERN, TYPE_PICTURE, TYPE_SOLID, TYPE_TEXTURE
 
Method Summary
 void addXml(org.dom4j.Element parent, int roundPrecision)
          Transforms current instance to XML and adds it to a parent element.
 
Methods inherited from class com.powerml.structures.styles.FillStyle
getGradientControlPoints, getGradientCorner, getGradientStyle, getGradientType, getPicture, getPictureModifier, getPrimaryColor, getPrimaryTransparency, getSecondaryColor, getSecondaryTransparency, getType, isActive, isAxialGradient, isLockPictureAspectRatio, isReverseGradient, isRotateWithShape
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addXml

public void addXml(org.dom4j.Element parent,
                   int roundPrecision)
Transforms current instance to XML and adds it to a parent element.

Overrides:
addXml in class FillStyle
Parameters:
parent - parent element
roundPrecision - rounding precision


© 2004-2005 Ralf Terdic. All rights reserved.
www.powerml.com