com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.Scratch
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i, java.lang.Cloneable
    public class Scratch 
    extends java.lang.Object

Contains a work area for entering and testing formulas that are referred to by other elements. This element is typically used to isolate repeated complex calculations.

Constructor Summary
Scratch()
Constructor.
 
Property Getters/Setters Summary
ValuegetA()
void
setA(Value value)
           A general-purpose element.
ValuegetB()
void
setB(Value value)
           A general-purpose scratch element.
ValuegetC()
void
setC(Value value)
           A general-purpose element.
ValuegetD()
void
setD(Value value)
           A general-purpose element.
intgetDel()
void
setDel(intvalue)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
intgetIX()
void
setIX(intvalue)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
void
           Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
DoubleValuegetY()
void
           Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.
 
Method Summary
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Scratch

        public Scratch()
        Constructor.
    • Property Getters/Setters Detail

      • getIX/setIX

        public int getIX() / public void setIX(int value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel

        public int getDel() / public void setDel(int value)
        
        A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
      • getA/setA

        public Value getA() / public void setA(Value value)
        
        A general-purpose element.
      • getB/setB

        public Value getB() / public void setB(Value value)
        
        A general-purpose scratch element.
      • getC/setC

        public Value getC() / public void setC(Value value)
        
        A general-purpose element.
      • getD/setD

        public Value getD() / public void setD(Value value)
        
        A general-purpose element.
      • getX/setX

        public DoubleValue getX() / public void setX(DoubleValue value)
        
        Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
      • getY/setY

        public DoubleValue getY() / public void setY(DoubleValue value)
        
        Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.
    • Method Detail

      • deepClone

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: