public class LegacyApplicationFrame extends AbstractLegacyAdapter implements UIComponent<Frame>, ApplicationFrame
| Constructor and Description |
|---|
LegacyApplicationFrame(LegacyService legacyService) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
Frame |
getComponent() |
Class<Frame> |
getComponentType() |
int |
getLocationX() |
int |
getLocationY() |
void |
setLocation(int x,
int y) |
void |
setVisible(boolean visible) |
dummy, getLegacyService, helperpublic LegacyApplicationFrame(LegacyService legacyService)
public void setLocation(int x,
int y)
setLocation in interface ApplicationFramepublic int getLocationX()
getLocationX in interface ApplicationFramepublic int getLocationY()
getLocationY in interface ApplicationFramepublic void activate()
activate in interface ApplicationFramepublic void setVisible(boolean visible)
setVisible in interface ApplicationFramepublic Frame getComponent()
getComponent in interface UIComponent<Frame>public Class<Frame> getComponentType()
getComponentType in interface UIComponent<Frame>Copyright © 2014–2022 ImageJ. All rights reserved.