ch.randelshofer.rubik
Class RubiksBarrelGeom3D
java.lang.Object
ch.randelshofer.rubik.AbstractCube3D
ch.randelshofer.rubik.AbstractCubeGeom3D
ch.randelshofer.rubik.AbstractRubiksCubeGeom3D
ch.randelshofer.rubik.RubiksBarrelGeom3D
- All Implemented Interfaces:
- Cube3D, CubeListener, java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.event.ChangeListener
public class RubiksBarrelGeom3D
- extends AbstractRubiksCubeGeom3D
Geometrical representation of a Rubik's Barrel in
three dimensions.
- Version:
- 2.0 2009-01-05 Added support for twisting the cube by swiping over
its faces.
1.2 2002-07-29 Drawing of outlines optimized.
1.1.2 2001-08-16 Inner faces which are never visible removed.
1.1.1 2001-07-30 Colors adapted to fit original Rubik's Cube.
1.1 2001-07-23 Inner faces have no borders to speed up the painting process.
1.0 2000-03-11
- Author:
- Werner Randelshofer, Hausmatt 10, CH-6405 Immensee
| Fields inherited from class ch.randelshofer.rubik.AbstractCubeGeom3D |
centerCount, centerOffset, cornerCount, cornerOffset, edgeCount, edgeOffset, HALF_PI, identityTransforms, isInStartedPlayer, mode, partCount, PARTS_MODE, PI, scene, shapes, sideCount, sideOffset, transforms, TWIST_MODE |
| Methods inherited from class ch.randelshofer.rubik.AbstractCubeGeom3D |
getPart, getPartCount, getScene, init, isInStartedPlayer, setInStartedPlayer, setMode, setStickerBeveling, updateAlphaBeta, updateAttributes, updateCube, updateExplosionFactor, updatePartsVisibility, updatePartVisibility, updateScaleFactor, updateStickersFillColor, updateStickersImage, updateStickerVisibility, validateTwist |
| Methods inherited from class ch.randelshofer.rubik.AbstractCube3D |
addChangeListener, addCube3DListener, cubeChanged, dispatch, dispose, fireActionPerformed, fireMouseEntered, fireMouseExited, fireMousePressed, fireMouseReleased, fireStateChanged, getAnimator, getAttributes, getCube, getDispatcher, getLock, isAdjusting, isAnimated, isAnimating, isShowGhostParts, propertyChange, removeChangeListener, removeCube3DListener, setAnimated, setAnimator, setAttributes, setCube, setDispatcher, setLock, setShowGhostParts, stateChanged, stopAnimation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubiksBarrelGeom3D
public RubiksBarrelGeom3D()
initCorners
protected void initCorners()
- Specified by:
initCorners in class AbstractCubeGeom3D
initEdges
protected void initEdges()
- Specified by:
initEdges in class AbstractCubeGeom3D
initSquareEdges
protected void initSquareEdges()
initObliqueEdges
protected void initObliqueEdges()
initActions
protected void initActions()
- Specified by:
initActions in class AbstractCubeGeom3D
getUnitScaleFactor
protected float getUnitScaleFactor()
createAttributes
protected CubeAttributes createAttributes()
- Description copied from class:
AbstractCube3D
- Creates cube attributes (e.g. colors, sticker pictures, ...).
- Specified by:
createAttributes in class AbstractCube3D
getName
public java.lang.String getName()
getPartIndexForStickerIndex
public int getPartIndexForStickerIndex(int stickerIndex)
- Gets the part which holds the indicated sticker.
The sticker index is interpreted according to this
scheme:
/+---+\
/33| 34|35\
+---+---+---+
| 36| 37| 38|
+---+---+---+
\39| 40|41/
+----+---+----+---+----+---+----+---+
| 15 | 18| 21 | 0 | 3 | 6 | 9 | 12|
+----+---+----+---+----+---+----+---+
| 16 | 19| 22 | 1 | 4 | 7 | 10 | 13|
+----+---+----+---+----+---+----+---+
| 17 | 20| 23 | 2 | 5 | 8 | 11 | 14|
+----+---+----+---+----+---+----+---+
/24| 25|26\
+---+---+---+
| 27| 28| 29|
+---+---+---+
\30| 31|32/
\+---+/
- Specified by:
getPartIndexForStickerIndex in interface Cube3D- Specified by:
getPartIndexForStickerIndex in class AbstractCube3D
getPartFaceIndexForStickerIndex
protected int getPartFaceIndexForStickerIndex(int stickerIndex)
- Specified by:
getPartFaceIndexForStickerIndex in class AbstractCube3D
getStickerIndexForPart
protected int getStickerIndexForPart(int part,
int orientation)
getStickerCount
public int getStickerCount()
- Specified by:
getStickerCount in class AbstractCube3D
updatePartsFillColor
protected void updatePartsFillColor()
- Updates the fill color of the parts.
- Specified by:
updatePartsFillColor in class AbstractCubeGeom3D
updatePartsOutlineColor
protected void updatePartsOutlineColor()
- Updates the outline color of the parts.
- Specified by:
updatePartsOutlineColor in class AbstractCubeGeom3D
getKind
public CubeKind getKind()
- Description copied from interface:
Cube3D
- Gets the kind of the cube.