public class DrawingGuide extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DrawingGuide.OrientationEnum
Last used view mode.
|
| Constructor and Description |
|---|
DrawingGuide() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DrawingGuide.OrientationEnum |
getOrientation()
Last used view mode.
|
Double |
getPosition()
Horizontal bar state.
|
int |
hashCode() |
DrawingGuide |
orientation(DrawingGuide.OrientationEnum orientation) |
DrawingGuide |
position(Double position) |
void |
setOrientation(DrawingGuide.OrientationEnum orientation) |
void |
setPosition(Double position) |
String |
toString() |
public DrawingGuide orientation(DrawingGuide.OrientationEnum orientation)
public DrawingGuide.OrientationEnum getOrientation()
public void setOrientation(DrawingGuide.OrientationEnum orientation)
public DrawingGuide position(Double position)
public Double getPosition()
public void setPosition(Double position)
Copyright © 2025. All rights reserved.