public class FrameInfo extends Object
| Constructor and Description |
|---|
FrameInfo(WindowFrame.Type type,
FrameBound.Type startType,
Optional<Integer> startChannel,
FrameBound.Type endType,
Optional<Integer> endChannel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEndChannel() |
FrameBound.Type |
getEndType() |
int |
getStartChannel() |
FrameBound.Type |
getStartType() |
WindowFrame.Type |
getType() |
int |
hashCode() |
String |
toString() |
public FrameInfo(WindowFrame.Type type, FrameBound.Type startType, Optional<Integer> startChannel, FrameBound.Type endType, Optional<Integer> endChannel)
public WindowFrame.Type getType()
public FrameBound.Type getStartType()
public int getStartChannel()
public FrameBound.Type getEndType()
public int getEndChannel()
Copyright © 2012–2019. All rights reserved.