com.cosylab.vdct.graphics
Class CopyContext

java.lang.Object
  extended by com.cosylab.vdct.graphics.CopyContext

public class CopyContext
extends java.lang.Object

Author:
ssah

Constructor Summary
CopyContext()
           
 
Method Summary
 java.lang.Object getDsId()
           
 int getPasteCount()
           
 boolean isDoOffsetAtPaste()
           
 void setDoOffsetAtPaste(boolean doOffsetAtPaste)
           
 void setDsId(java.lang.Object dsId)
           
 void setPasteCount(int pasteCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyContext

public CopyContext()
Method Detail

getDsId

public java.lang.Object getDsId()

setDsId

public void setDsId(java.lang.Object dsId)

getPasteCount

public int getPasteCount()

setPasteCount

public void setPasteCount(int pasteCount)

isDoOffsetAtPaste

public boolean isDoOffsetAtPaste()

setDoOffsetAtPaste

public void setDoOffsetAtPaste(boolean doOffsetAtPaste)