Interface Rotatable
-
- All Known Implementing Classes:
EPICSFwdLink
,EPICSInLink
,EPICSLink
,EPICSLinkOut
,EPICSLinkOutIn
,EPICSOutLink
,EPICSVarLink
,EPICSVarOutLink
,Record
,TemplateEPICSMacro
,TemplateEPICSPort
public interface Rotatable
Insert the type's description here. Creation date: (30.1.2001 16:49:56)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRight()
Insert the method's description here.void
rotate()
Insert the method's description here.void
setRight(boolean state)
Insert the method's description here.
-
-
-
Method Detail
-
isRight
boolean isRight()
Insert the method's description here. Creation date: (30.1.2001 16:51:11)- Returns:
- boolean
-
rotate
void rotate()
Insert the method's description here. Creation date: (30.1.2001 16:51:03)
-
setRight
void setRight(boolean state)
Insert the method's description here. Creation date: (30.1.2001 16:51:31)- Parameters:
state
- boolean
-
-