A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
DARK — Constant static property in class com.rubenswieringa.book.Gradients
dash — Property in class com.rubenswieringa.drawing.LineStyle
The length of a dash in a dashed line.
dashEnabled — Property in class com.rubenswieringa.drawing.LineStyle
If true, the line this LineStyle instance is applied to will have a dashed line.
degrees(radians) — Static method in class com.rubenswieringa.geom.Geom
Takes a value and transforms it from degrees into radians.
diffX — Property in class com.rubenswieringa.geom.Line
The outcome of Point B its x-position minus Point A its x-position.
diffY — Property in class com.rubenswieringa.geom.Line
The outcome of Point B its y-position minus Point A its y-position.
DistortImage — Class in package org.flashsandy.display
Tesselates an area into several triangles to allow free transform distortion on BitmapData objects.
DistortImage(w, h, hseg, vseg) — Constructor in class org.flashsandy.display.DistortImage
Constructor.
DIVISION — Constant static property in class com.rubenswieringa.utils.MathTool
draw(graphics, area, connect, lineStyle:com.rubenswieringa.drawing:LineStyle) — Static method in class com.rubenswieringa.drawing.DrawingTool
Draws lines between the Point instances in the area Array onto graphics with the drawing API.
drawBitmapSheet(ocf, mc, bmp0, bmp1) — Static method in class com.foxaweb.pageflip.PageFlip
Draw a sheet using two Bitmap objects.
drawFlipside(graphics, area, tint, rotate) — Method in class com.rubenswieringa.book.Gradients
Draws a gradient to simulate depth on the flipside of the Page.
drawFold(graphics, tint, rotate) — Method in class com.rubenswieringa.book.Gradients
Draws a gradient to simulate depth in the middle of the Book.
drawFoldGradient() — Method in class com.rubenswieringa.book.Page
Draws a gradient on the folding-side of the page.
DrawingTool — Class in package com.rubenswieringa.drawing
Provides basic functionality for drawing with the Drawing API.
drawInside(graphics, area, tint, rotate) — Method in class com.rubenswieringa.book.Gradients
Draws a gradient to simulate a shadow on the facing pages of the Book.
drawLine(graphics, point1, point2, lineStyle:com.rubenswieringa.drawing:LineStyle, moveTo) — Static method in class com.rubenswieringa.drawing.DrawingTool
Draws a line from one Point to another.
drawMarker(graphics, point, size, shape, lineStyle:com.rubenswieringa.drawing:LineStyle) — Static method in class com.rubenswieringa.drawing.DrawingTool
Draws a cross shaped marker on the specified coordinate(s).
drawOutside(graphics, area, tint, rotate) — Method in class com.rubenswieringa.book.Gradients
Draws a gradient to simulate a shadow on the next page of the Book.
drawRect(graphics, rect, lineStyle:com.rubenswieringa.drawing:LineStyle) — Static method in class com.rubenswieringa.drawing.DrawingTool
Draws lines between the four corners of a Rectangle.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z