ter.SDK.view
Class CompositionView

java.lang.Object
  |
  +--ter.SDK.view.AbstractView
        |
        +--ter.SDK.view.CompositionView
All Implemented Interfaces:
Plugin, View
Direct Known Subclasses:
MyCompositionView

public abstract class CompositionView
extends AbstractView

Title: Class CompositionView

Description: The abstract class rpresenting a composition view for a classifierAnalyser

Company: UNSA

Version:
1.0
Author:
Jerôme GAHIDE - Lucas CHARBIT - Gabriel ZERBIB - Xavier GALBOIS

Constructor Summary
CompositionView()
           
 
Method Summary
 int getType()
          Needed by the View interface
 
Methods inherited from class ter.SDK.view.AbstractView
create, getClassifierAnalyser, setClassifierAnalyser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ter.SDK.view.View
getViewContainer
 
Methods inherited from interface ter.SDK.Plugin
getName
 

Constructor Detail

CompositionView

public CompositionView()
Method Detail

getType

public int getType()
Needed by the View interface

Returns:
the type of a view
See Also:
PluginTypes