com.aspose.cells

Class ShapePathPoint

  • java.lang.Object
    • com.aspose.cells.ShapePathPoint
public class ShapePathPoint 
extends java.lang.Object

Represents an x-y coordinate within the path coordinate space.

Property Getters/Setters Summary
intgetX()
void
setX(intvalue)
           Gets and sets x coordinate for this position coordinate.
intgetY()
void
setY(intvalue)
           Gets y coordinate for this position coordinate.
 

    • Property Getters/Setters Detail

      • getX/setX

        public int getX() / public void setX(int value)
        
        Gets and sets x coordinate for this position coordinate.
      • getY/setY

        public int getY() / public void setY(int value)
        
        Gets y coordinate for this position coordinate.

    setX

    public voidsetX(intvalue)
    
    Gets and sets x coordinate for this position coordinate.

    setY

    public voidsetY(intvalue)
    
    Gets y coordinate for this position coordinate.