com.aspose.slides
Class MotionCmdPath

java.lang.Object
  extended by com.aspose.slides.MotionCmdPath
All Implemented Interfaces:
IMotionCmdPath

public class MotionCmdPath
extends java.lang.Object
implements IMotionCmdPath

Represent one command of a path.


Method Summary
 int getCommandType()
           Specifies command type.
 java.awt.geom.Point2D.Float[] getPoints()
           Specifies points of command.
 int getPointsType()
           Specifies command points type Read/write MotionPathPointsType.
 boolean isRelative()
           Determine command coordinates relative or not.
 void setCommandType(int value)
           Specifies command type.
 void setPoints(java.awt.geom.Point2D.Float[] value)
           Specifies points of command.
 void setPointsType(int value)
           Specifies command points type Read/write MotionPathPointsType.
 void setRelative(boolean value)
           Determine command coordinates relative or not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPoints

public java.awt.geom.Point2D.Float[] getPoints()

Specifies points of command. Read/write java.awt.geom.Point2D.Float[].

Specified by:
getPoints in interface IMotionCmdPath

setPoints

public void setPoints(java.awt.geom.Point2D.Float[] value)

Specifies points of command. Read/write java.awt.geom.Point2D.Float[][].

Specified by:
setPoints in interface IMotionCmdPath

getCommandType

public int getCommandType()

Specifies command type. Read/write MotionCommandPathType.

Specified by:
getCommandType in interface IMotionCmdPath

setCommandType

public void setCommandType(int value)

Specifies command type. Read/write MotionCommandPathType.

Specified by:
setCommandType in interface IMotionCmdPath

isRelative

public boolean isRelative()

Determine command coordinates relative or not. Read/write boolean.

Specified by:
isRelative in interface IMotionCmdPath

setRelative

public void setRelative(boolean value)

Determine command coordinates relative or not. Read/write boolean.

Specified by:
setRelative in interface IMotionCmdPath

getPointsType

public int getPointsType()

Specifies command points type Read/write MotionPathPointsType.

Specified by:
getPointsType in interface IMotionCmdPath

setPointsType

public void setPointsType(int value)

Specifies command points type Read/write MotionPathPointsType.

Specified by:
setPointsType in interface IMotionCmdPath


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.