Class ShapeProperties

java.lang.Object
com.independentsoft.office.spreadsheet.drawing.ShapeProperties

public class ShapeProperties extends Object
The Class ShapeProperties.
  • Constructor Details

    • ShapeProperties

      public ShapeProperties()
      Instantiates a new shape properties.
    • ShapeProperties

      public ShapeProperties(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new shape properties.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public ShapeProperties clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isEmpty

      public static boolean isEmpty(String value)
      Checks if is empty.
      Parameters:
      value - the value
      Returns:
      true, if is empty
    • getBlackWhiteMode

      public BlackWhiteMode getBlackWhiteMode()
      Gets the black white mode.
      Returns:
      the black white mode
    • setBlackWhiteMode

      public void setBlackWhiteMode(BlackWhiteMode blackWhiteMode)
      Sets the black white mode.
      Parameters:
      blackWhiteMode - the new black white mode
    • getPictureFill

      public PictureFill getPictureFill()
      Gets the picture fill.
      Returns:
      the picture fill
    • setPictureFill

      public void setPictureFill(PictureFill pictureFill)
      Sets the picture fill.
      Parameters:
      pictureFill - the new picture fill
    • getEffectList

      public EffectList getEffectList()
      Gets the effect list.
      Returns:
      the effect list
    • setEffectList

      public void setEffectList(EffectList effectList)
      Sets the effect list.
      Parameters:
      effectList - the new effect list
    • getGradientFill

      public GradientFill getGradientFill()
      Gets the gradient fill.
      Returns:
      the gradient fill
    • setGradientFill

      public void setGradientFill(GradientFill gradientFill)
      Sets the gradient fill.
      Parameters:
      gradientFill - the new gradient fill
    • getGroupFill

      public GroupFill getGroupFill()
      Gets the group fill.
      Returns:
      the group fill
    • setGroupFill

      public void setGroupFill(GroupFill groupFill)
      Sets the group fill.
      Parameters:
      groupFill - the new group fill
    • getOutline

      public Outline getOutline()
      Gets the outline.
      Returns:
      the outline
    • setOutline

      public void setOutline(Outline outline)
      Sets the outline.
      Parameters:
      outline - the new outline
    • getNoFill

      public NoFill getNoFill()
      Gets the no fill.
      Returns:
      the no fill
    • setNoFill

      public void setNoFill(NoFill noFill)
      Sets the no fill.
      Parameters:
      noFill - the new no fill
    • getPatternFill

      public PatternFill getPatternFill()
      Gets the pattern fill.
      Returns:
      the pattern fill
    • setPatternFill

      public void setPatternFill(PatternFill patternFill)
      Sets the pattern fill.
      Parameters:
      patternFill - the new pattern fill
    • getPresetGeometry

      public PresetGeometry getPresetGeometry()
      Gets the preset geometry.
      Returns:
      the preset geometry
    • setPresetGeometry

      public void setPresetGeometry(PresetGeometry presetGeometry)
      Sets the preset geometry.
      Parameters:
      presetGeometry - the new preset geometry
    • getScene3D

      public Scene3D getScene3D()
      Gets the scene3 d.
      Returns:
      the scene3 d
    • setScene3D

      public void setScene3D(Scene3D scene3D)
      Sets the scene3 d.
      Parameters:
      scene3D - the new scene3 d
    • getSolidFill

      public SolidFill getSolidFill()
      Gets the solid fill.
      Returns:
      the solid fill
    • setSolidFill

      public void setSolidFill(SolidFill solidFill)
      Sets the solid fill.
      Parameters:
      solidFill - the new solid fill
    • getShape3D

      public Shape3D getShape3D()
      Gets the shape3 d.
      Returns:
      the shape3 d
    • setShape3D

      public void setShape3D(Shape3D shape3D)
      Sets the shape3 d.
      Parameters:
      shape3D - the new shape3 d
    • getTransform2D

      public Transform2D getTransform2D()
      Gets the transform2 d.
      Returns:
      the transform2 d
    • setTransform2D

      public void setTransform2D(Transform2D transform2D)
      Sets the transform2 d.
      Parameters:
      transform2D - the new transform2 d