Synergy Home Page

au.edu.swin.synergy.plugin.diagram
Class BIconView

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.diagram.BIconView

public class BIconView
extends Object
implements BView


Field Summary
static BScalarPoint halfWH
           
static BScalarPoint kOrigin
           
static BIconView view
           
 
Constructor Summary
BIconView()
           
 
Method Summary
 int getHalfHeight()
           
 BScalarPoint getHalfWH()
           
 int getHalfWidth()
           
 int getHeight()
           
 BScalar getOOZ()
           
 BScalarRect getViewBounds()
           
 BScalarRect getViewCoords()
           
 int getWidth()
           
 int getXPos()
           
 int getYPos()
           
 BScalar getZ()
           
static void setHalfWH(BScalarPoint pt)
           
static void setOOZ(BScalar pOoz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kOrigin

public static final BScalarPoint kOrigin

halfWH

public static BScalarPoint halfWH

view

public static BIconView view
Constructor Detail

BIconView

public BIconView()
Method Detail

setOOZ

public static void setOOZ(BScalar pOoz)

setHalfWH

public static void setHalfWH(BScalarPoint pt)

getZ

public BScalar getZ()
Specified by:
getZ in interface BView

getOOZ

public BScalar getOOZ()
Specified by:
getOOZ in interface BView

getHalfWidth

public int getHalfWidth()
Specified by:
getHalfWidth in interface BView

getHalfHeight

public int getHalfHeight()
Specified by:
getHalfHeight in interface BView

getWidth

public int getWidth()
Specified by:
getWidth in interface BView

getHeight

public int getHeight()
Specified by:
getHeight in interface BView

getXPos

public int getXPos()
Specified by:
getXPos in interface BView

getYPos

public int getYPos()
Specified by:
getYPos in interface BView

getViewCoords

public BScalarRect getViewCoords()
Specified by:
getViewCoords in interface BView

getViewBounds

public BScalarRect getViewBounds()
Specified by:
getViewBounds in interface BView

getHalfWH

public BScalarPoint getHalfWH()
Specified by:
getHalfWH in interface BView

Synergy Home Page