Uses of Interface
org.cb.cardboard.JCardBoard

Packages that use JCardBoard
org.cb.cardboard A package containing (supposedly) generic classes and interfaces for cardboard games implementations. 
 

Uses of JCardBoard in org.cb.cardboard
 

Methods in org.cb.cardboard with parameters of type JCardBoard
abstract  int CardBoardUI.locationToIndex(JCardBoard board, java.awt.Point location)
          Convert a point in JCardBord coordinates to the closest index of the card at that location.
abstract  java.awt.Point CardBoardUI.indexToLocation(JCardBoard board, int index)
          Returns the origin of the specified item in JCardBoard coordinates, null if index isn't valid.
abstract  java.awt.Rectangle CardBoardUI.getCardBounds(JCardBoard board, int index1, int index2)
          Returns the bounds of the specified item in JCardBoard coordinates, null if index isn't valid.
 java.awt.Component BoardCardRenderer.getBoardCardRendererComponent(JCardBoard cardBoard, Card value, int index, boolean isSelected, boolean cardHasFocus)
          Return a component that has been configured to display the specified value.
 



Copyright © 2004 CoffeeBreaks. All Rights Reserved.