Uses of Class
pt.digitalis.dif.dem.objects.ViewType

Packages that use ViewType
pt.digitalis.dif.dem.objects   
 

Uses of ViewType in pt.digitalis.dif.dem.objects
 

Methods in pt.digitalis.dif.dem.objects that return ViewType
 ViewType ViewObject.getType()
          Returns the ViewObject's type.
static ViewType ViewType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewType[] ViewType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pt.digitalis.dif.dem.objects with parameters of type ViewType
 void ViewObject.setType(ViewType newType)
          Sets the ViewObject's type.
 

Constructors in pt.digitalis.dif.dem.objects with parameters of type ViewType
ViewObject(String engine, ViewType type, String target, boolean isDefault)
          ViewObject constructor.
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.