|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.annotations.pdf3dview
public class pdf3dview
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 |
---|
public pdf3dview()
method detail |
---|
public pdf3dbackground getbackground()
public void setbackground(pdf3dbackground value)
public java.lang.string getinternalname()
public void setinternalname(java.lang.string value)
public pdf3dlighting getlightingscheme()
public void setlightingscheme(pdf3dlighting value)
public pdf3drendermode getrendermode()
public void setrendermode(pdf3drendermode value)
public java.lang.string getviewnodename()
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.
public void setviewnodename(java.lang.string value)
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.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |