public interface ISerializableROI
| Modifier and Type | Field and Description |
|---|---|
static int |
SEG_CLOSE |
static int |
SEG_CUBICTO |
static int |
SEG_LINETO |
static int |
SEG_MOVETO |
static int |
SEG_QUADTO |
static int |
WIND_EVEN_ODD |
static int |
WIND_NON_ZERO |
| Modifier and Type | Method and Description |
|---|---|
PathIterator |
getPathIterator()
Get the underlying path iterator of the shape.
|
static final int SEG_MOVETO
static final int SEG_LINETO
static final int SEG_QUADTO
static final int SEG_CUBICTO
static final int SEG_CLOSE
static final int WIND_EVEN_ODD
static final int WIND_NON_ZERO
PathIterator getPathIterator()
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.