Library | Package Java Toolkit

Interface View2DCreateInstructions

package com.ptc.pfc.pfcView2D;

public interface View2DCreateInstructions
  extends jxobject



Description

This is the parent interface for interfaces used for creating drawing views.
See Also:
Model2D.CreateView(View2DCreateInstructions), GeneralViewCreateInstructions, ProjectionViewCreateInstructions
Direct Known Subclasses:
GeneralViewCreateInstructions, ProjectionViewCreateInstructions



Method Summary
View2DTypeGetType ()
    Gets the type of view that this instructions object will create.

Method Detail

GetType

View2DTypeGetType ()


    Gets the type of view that this instructions object will create.
Returns:
The view type.