|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSTabletopPane | |
---|---|
org.diamondspin |
Uses of DSTabletopPane in org.diamondspin |
---|
Subclasses of DSTabletopPane in org.diamondspin | |
---|---|
class |
DSJoglTabletopPane
same as DSTabletopPane but use jogl to accelerate display |
Fields in org.diamondspin declared as DSTabletopPane | |
---|---|
protected DSTabletopPane |
DSView.dsTabletopPane
|
protected DSTabletopPane |
DSUserCenteredEngine.dsTabletopPane
|
protected DSTabletopPane |
DSStroke.dsTabletopPane
|
protected DSTabletopPane |
DSRectLinearEngine.dsTabletopPane
|
protected DSTabletopPane |
DSPopupMenu.dsTabletopPane
|
protected DSTabletopPane |
DSMenuBar.dsTabletopPane
everything is diplayed in a DSTabletopPane. |
protected DSTabletopPane |
DSJComboBox.dsTabletopPane
everything is diplayed in a DSTabletopPane. |
DSTabletopPane |
DSFrame.dsTabletopPane
everything is diplayed in a DSTabletopPane. |
protected DSTabletopPane |
DSDiamondEngine.dsTabletopPane
|
protected DSTabletopPane |
DSDefaultEngine.dsTabletopPane
|
protected static DSTabletopPane |
DSApplication.dsTabletopPane
|
protected DSTabletopPane |
DSInertiaManagerBlob.pane
|
protected DSTabletopPane |
DSInertiaManager.pane
|
protected DSTabletopPane |
DSWebBrowser.tp
|
Methods in org.diamondspin that return DSTabletopPane | |
---|---|
DSTabletopPane |
DSFrame.getDSTabletopPane()
|
DSTabletopPane |
DSView.getTabletopPane()
Gets the container attribute of the DSView object |
DSTabletopPane |
DSStroke.getTabletopPane()
|
DSTabletopPane |
DSFrame.getTabletopPane()
|
Methods in org.diamondspin with parameters of type DSTabletopPane | |
---|---|
static DSInertiaManager |
DSInertiaManager.attachManager(DSElement el,
DSTabletopPane p,
double maxspeed)
Creates a new instance of DSInertiaManager |
static int |
DSUserCenteredEngine.getFirstUserForSide(DSTabletopPane dsTabletopPane,
DSUserCenteredEngine.UserSide side)
|
static DSMenuBar |
DSUserCenteredEngine.getMenuBarForUserID(DSTabletopPane dsTabletopPane,
int userid)
|
static double |
DSDefaultEngine.getScale(double d,
double alpha,
double scale,
DSTabletopPane dsTabletopPane)
This could be seen as part of the transformTable() method but it is better to separate it so element can call it to know which scale factro was really used by the matrix. |
static DSUserCenteredEngine.UserSide |
DSUserCenteredEngine.getSide(DSTabletopPane dsTabletopPane,
double angle)
|
static DSUserCenteredEngine.UserSide |
DSUserCenteredEngine.getSideForUserID(DSTabletopPane dsTabletopPane,
int userid)
|
static void |
DSApplication.init(DSTabletopPane dsTabletopPane_Arg,
boolean Fullscreen_Arg,
int bitNumber_Arg)
initialize an application using a given DSTabletopPane. |
void |
DSStroke.setTabletopPane(DSTabletopPane dsTabletopPane_Arg)
|
void |
DSAnnotationPanel.setTabletopPane(DSTabletopPane dsTabletopPane)
Change the container for all the strokes |
protected static AffineTransform |
DSDefaultEngine.transformTable(double d,
double alpha,
double beta,
double scale,
double tangle,
double tzoom,
int elType,
int userid,
DSTabletopPane dsTabletopPane)
|
Constructors in org.diamondspin with parameters of type DSTabletopPane | |
---|---|
DSDefaultEngine(DSTabletopPane dsTabletopPane)
|
|
DSDefaultView(DSTabletopPane dsTabletopPane)
Construct the view for the specified number of users. |
|
DSDiamondEngine(DSTabletopPane dsTabletopPane_Arg)
Creates a new instance of DSDiamondEngine |
|
DSEmeraldEngine(DSTabletopPane dsTabletopPane_Arg)
Constructor |
|
DSEngineForN(DSTabletopPane dsTabletopPane_Arg,
int userCount_Arg)
Constructor |
|
DSFrame(DSTabletopPane pane)
Constructor without title |
|
DSFrame(String title_Arg,
DSTabletopPane dsTabletopPane_Arg)
Constructor with title |
|
DSImage(DSTabletopPane dsTabletopPane,
String imgfileName,
double d,
double alpha,
double scale)
Constructor with MaximumSide by default |
|
DSImage(DSTabletopPane dsTabletopPane,
String imgfileName,
double d,
double alpha,
double scale,
int maxSide)
Constructor |
|
DSImage(DSTabletopPane tabletopPane,
String filename,
double d,
double alpha,
double scale,
int maxSide,
boolean useCache)
Constructor |
|
DSInertiaManagerBlob(DSElement el,
DSTabletopPane p)
|
|
DSJComboBox(DSTabletopPane dsTabletopPane)
Constructor |
|
DSJComboBox(DSTabletopPane dsTabletopPane,
JComboBox jComboBox)
Constructor from a JComboxBox |
|
DSMenuBar(DSTabletopPane dspane,
double a)
Constructor |
|
DSMenuBarManager(DSTabletopPane dsTabletopPane_Arg)
Constructor for the DSPopupMenuManager object |
|
DSPile(DSTabletopPane pane)
Creates a new instance of DSPile |
|
DSPopupMenu(DSTabletopPane dspane,
double d,
double alpha,
int id,
DSElement elem)
Constructor |
|
DSPopupMenuManager(DSTabletopPane dsTabletopPane_Arg)
Constructor for the DSPopupMenuManager object |
|
DSRectLinearEngine(DSTabletopPane dsTabletopPane_Arg)
Creates a new instance of DSDiamondEngine |
|
DSSlot(DSTabletopPane dsp,
boolean dirUp)
Creates a new instance of DSSlot |
|
DSStroke(DSTabletopPane dsTabletopPane_Arg)
Constructor without color (User's Color by default) |
|
DSStroke(DSTabletopPane dsTabletopPane_Arg,
Color Color_Arg)
Constructor with color |
|
DSStroke(DSTabletopPane dsTabletopPane_Arg,
Color Color_Arg,
DSElement AttachedElement_Arg)
Constructor with color |
|
DSStroke(DSTabletopPane dsTabletopPane_Arg,
DSElement AttachedElement_Arg)
Constructor without color but with attached element (User's Color by default) |
|
DSStroke(DSTabletopPane dsTabletopPane_Arg,
Polygon Polygon_Arg,
Color Color_Arg,
DSElement AttachedElement_Arg)
Constructor with color and polygon |
|
DSTabletopEvent(DSTabletopPane source)
Creates a new instance of DSViewEvent |
|
DSTabletopEvent(DSTabletopPane source,
DSElement dragElement,
int userID,
DSView view,
DSEngine engine)
Creates a new instance of DSViewEvent |
|
DSUserCenteredEngine(DSTabletopPane dsTabletopPane_Arg)
Creates a new instance of DSUserCenteredEngine |
|
DSView(DSTabletopPane dsTabletopPane_Arg)
Constructor |
|
DSWebBrowser(DSTabletopPane tp)
|
|
DSWebFrame(DSTabletopPane dsTabletopPane_Arg)
Constructor for use by DrawPane |
|
DSWebFrame(DSTabletopPane dsTabletopPane_Arg,
String Document_Arg,
double d,
double alpha,
double scale)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |