|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.topcat.activate.CutoutActivationType
public class CutoutActivationType
Activation type for showing an image from one of a fixed list of cutout services. This is primitive: the data services are old, there are not many of them, and the viewing application is not configurable. It should be replaced (by something SkyView-based?).
Constructor Summary | |
---|---|
CutoutActivationType()
|
Method Summary | |
---|---|
ActivatorConfigurator |
createConfigurator(TopcatModelInfo tinfo)
Returns a component that can be used to configure activators of this type. |
String |
getDescription()
Description of this activation type. |
String |
getName()
Name of this activation type. |
Suitability |
getSuitability(TopcatModelInfo tinfo)
Indicates the applicability of this activation type to a given table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CutoutActivationType()
Method Detail |
---|
public String getName()
ActivationType
getName
in interface ActivationType
public String getDescription()
ActivationType
getDescription
in interface ActivationType
public Suitability getSuitability(TopcatModelInfo tinfo)
ActivationType
getSuitability
in interface ActivationType
tinfo
- information about topcat model
public ActivatorConfigurator createConfigurator(TopcatModelInfo tinfo)
ActivationType
createConfigurator
in interface ActivationType
tinfo
- information about topcat model for which the
activation will take place
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |