Library | Package Java Toolkit

Interface View

package com.ptc.pfc.pfcView;

public interface View
  extends com.ptc.pfc.pfcObject.Child



Description

This class specifies information about a view.

The transformation matrix provides the transformation from the object's coordinate system to logical screen coordinates. This matrix does not contain any transformation for the members of an assembly.
Direct Known Subclasses:
WView



Method Summary
booleanGetIsCurrent ()
    Get method for attribute "IsCurrent"
    The boolean status that indicates if the view is current or not.
/*optional*/ StringGetName ()
    Get method for attribute "Name"
    The name of the view
Transform3DGetTransform ()
    Get method for attribute "Transform"
    The transformation matrix
voidReset ()
    This method resets a previously set view orientation back to the default orientation.
voidRotate (CoordAxis Axis, double Angle)
    This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
voidSetTransform (Transform3D value)
    Set method for attribute "Transform"
    The transformation matrix

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Method Detail

GetName

/*optional*/ StringGetName ()


    The name of the view
Manual References:
Windows and Views: View Operations, Windows and Views: View Operations



GetIsCurrent

booleanGetIsCurrent ()


    The boolean status that indicates if the view is current or not.
Manual References:
Windows and Views: View Operations, Windows and Views: View Operations



GetTransform/SetTransform

Transform3DGetTransform ()
voidSetTransform (Transform3D value)


    The transformation matrix

Exceptions thrown (but not limited to):

XToolkitInvalidMatrix - The matrix is invalid or NULL.


Manual References:
Windows and Views: Transformations, Windows and Views: Transformations, Windows and Views: Transformations, Windows and Views: Transformations



Reset

voidReset ()


    This method resets a previously set view orientation back to the default orientation.
Manual References:
Windows and Views: View Operations, Windows and Views: View Operations
Returns:


Rotate

voidRotate (CoordAxis Axis, double Angle)


    This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
Manual References:
Windows and Views: Transformations, Windows and Views: Transformations
Parameters:
Axis
The rotation axis
Angle
The rotation angle, in degrees
Returns: