|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.geometry.LocalizerPosterFactory
public class LocalizerPosterFactory
An factory class that provides instances of LocalizerPoster
that are used for posting the position of specified
slices and volumes on (usually orthogonal) localizer images.
LocalizerPoster| Method Summary | |
|---|---|
static void |
dumpShape(Shape shape)
|
static void |
dumpShapes(Vector shapes)
|
static LocalizerPoster |
getLocalizerPoster(boolean projectRatherThanIntersect,
boolean planeRatherThanVolume)
Return a LocalizerPoster with the
specified characteristics. |
static void |
main(String[] arg)
For testing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void dumpShape(Shape shape)
public static final void dumpShapes(Vector shapes)
public static LocalizerPoster getLocalizerPoster(boolean projectRatherThanIntersect,
boolean planeRatherThanVolume)
Return a LocalizerPoster with the
specified characteristics.
projectRatherThanIntersect - if true, project onto the localizer rather than intersect with itplaneRatherThanVolume - for intersection (only), outline the intersection of a volume (cube)rather than a slice (rectangle)
public static void main(String[] arg)
For testing.
arg - ignored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||