|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.ibase.toolkit.MapSegmentTools
public class MapSegmentTools
this class provides a few toolkit-specific tools for handling MapSegment
s
Constructor Summary | |
---|---|
MapSegmentTools()
|
Method Summary | |
---|---|
static int[] |
transViaAxisX(MapSegment ms,
int id,
Axis a)
transform X coordinates of a MapSegment according to the specified Axis and return the result. |
static int[] |
transViaAxisY(MapSegment ms,
int id,
Axis a)
transform Y coordinates of a MapSegment according to the specified Axis and return the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapSegmentTools()
Method Detail |
---|
public static int[] transViaAxisX(MapSegment ms, int id, Axis a)
MapSegment
according to the specified Axis
and return the result.
ms
- map segment to transformid
- which segment entry to transformaxis
- to be used for transformation
public static int[] transViaAxisY(MapSegment ms, int id, Axis a)
MapSegment
according to the specified Axis
and return the result.
ms
- map segment to transformid
- which segment entry to transformaxis
- to be used for transformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |