pdf3dview-ag凯发旗舰厅



com.spire.pdf.annotations
class pdf3dview

java.lang.object
  extended by com.spire.pdf.annotations.pdf3dview
all implemented interfaces:
ipdfwrapper

public class pdf3dview
extends java.lang.object
implements ipdfwrapper

represents a attributes to be applied to the virtual camera associated with a 3d annotation.


constructor summary
pdf3dview()
          initializes a new instance of the class.
 
method summary
 pdf3dbackground getbackground()
          gets the background for this view.
 java.lang.string getinternalname()
          gets the view's internal name.
 pdf3dlighting getlightingscheme()
          gets the creates a new page and adds it as the last page of the document scheme for this view.
 pdf3drendermode getrendermode()
          gets or sets the rendering mode for this view.
 java.lang.string getviewnodename()
          gets or sets the name of the view node.
 void setbackground(pdf3dbackground value)
          sets the background for this view.
 void setinternalname(java.lang.string value)
          sets the view's internal name.
 void setlightingscheme(pdf3dlighting value)
          sets the creates a new page and adds it as the last page of the document scheme for this view.
 void setrendermode(pdf3drendermode value)
          gets or sets the rendering mode for this view.
 void setviewnodename(java.lang.string value)
          gets or sets the name of the view node.
 
constructor detail

pdf3dview

public pdf3dview()
initializes a new instance of the class.
method detail

getbackground

public pdf3dbackground getbackground()
gets the background for this view.

setbackground

public void setbackground(pdf3dbackground value)
sets the background for this view.

getinternalname

public java.lang.string getinternalname()
gets the view's internal name.

setinternalname

public void setinternalname(java.lang.string value)
sets the view's internal name.

getlightingscheme

public pdf3dlighting getlightingscheme()
gets the creates a new page and adds it as the last page of the document scheme for this view.

setlightingscheme

public void setlightingscheme(pdf3dlighting value)
sets the creates a new page and adds it as the last page of the document scheme for this view.

getrendermode

public pdf3drendermode getrendermode()
gets or sets the rendering mode for this view.

setrendermode

public void setrendermode(pdf3drendermode value)
gets or sets the rendering mode for this view.

getviewnodename

public java.lang.string getviewnodename()
gets or sets the name of the view node.
see also:
the view node in the content stream defines all the properties for viewing the 3d artwork. if both viewnodename and cameratoworldmatrix are specified, then viewnodename takes precedence.

setviewnodename

public void setviewnodename(java.lang.string value)
gets or sets the name of the view node.
see also:
the view node in the content stream defines all the properties for viewing the 3d artwork. if both viewnodename and cameratoworldmatrix are specified, then viewnodename takes precedence.


网站地图