Synergy Home Page

au.edu.swin.synergy.plugin.diagram
Interface BView

All Known Implementing Classes:
BIconView, BViewport, BPackageTerminator

public abstract interface BView


Method Summary
 int getHalfHeight()
           
 BScalarPoint getHalfWH()
           
 int getHalfWidth()
           
 int getHeight()
           
 BScalar getOOZ()
           
 BScalarRect getViewBounds()
           
 BScalarRect getViewCoords()
           
 int getWidth()
           
 int getXPos()
           
 int getYPos()
           
 BScalar getZ()
           
 

Method Detail

getZ

public BScalar getZ()

getOOZ

public BScalar getOOZ()

getHalfWidth

public int getHalfWidth()

getHalfHeight

public int getHalfHeight()

getWidth

public int getWidth()

getHeight

public int getHeight()

getXPos

public int getXPos()

getYPos

public int getYPos()

getViewCoords

public BScalarRect getViewCoords()

getViewBounds

public BScalarRect getViewBounds()

getHalfWH

public BScalarPoint getHalfWH()

Synergy Home Page