public class WindowFrame extends BaseLanguageObject
Modifier and Type | Class and Description |
---|---|
static class |
WindowFrame.BoundMode |
static class |
WindowFrame.FrameBound |
static class |
WindowFrame.FrameMode |
Constructor and Description |
---|
WindowFrame(WindowFrame.FrameMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
WindowFrame |
clone() |
boolean |
equals(Object obj) |
WindowFrame.FrameBound |
getEnd()
Return the end bound, may be null
|
WindowFrame.FrameMode |
getMode() |
WindowFrame.FrameBound |
getStart() |
int |
hashCode() |
void |
setEnd(WindowFrame.FrameBound upperBound) |
void |
setMode(WindowFrame.FrameMode mode) |
void |
setStart(WindowFrame.FrameBound lowerBound) |
String |
toString() |
public WindowFrame(WindowFrame.FrameMode mode)
public WindowFrame.FrameBound getStart()
public WindowFrame.FrameBound getEnd()
public void setStart(WindowFrame.FrameBound lowerBound)
public void setEnd(WindowFrame.FrameBound upperBound)
public WindowFrame.FrameMode getMode()
public void setMode(WindowFrame.FrameMode mode)
public void acceptVisitor(LanguageObjectVisitor visitor)
public String toString()
toString
in class BaseLanguageObject
public WindowFrame clone()
Copyright © 2019. All rights reserved.