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  
largeArcFlag — Property in class com.degrafa.geometry.segment.EllipticalArcTo
A value indicating if the arc is to use a large arc.
lastIndexOf(searchElement, fromIndex) — Method in class com.degrafa.core.collections.DegrafaCollection
Searches for an item in an array, working backward from the last item, and returns the index position of the matching item using strict equality (===).
LAVENDER — Constant static property in class com.degrafa.core.utils.ColorKeys
LAVENDERBLUSH — Constant static property in class com.degrafa.core.utils.ColorKeys
LAWNGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
leftFill — Property in class com.degrafa.geometry.AdvancedRectangle
leftWidth — Property in class com.degrafa.geometry.AdvancedRectangle
LEMONCHIFFON — Constant static property in class com.degrafa.core.utils.ColorKeys
length — Property in class com.degrafa.GraphicPointEX
The length from (0,0) to this point.
letterSpacing — Property in class com.degrafa.GraphicText
LIGHTBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTCORAL — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTCYAN — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTGOLDENRODYELLOW — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTGRAY — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTGREY — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTPINK — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTSALMON — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTSEAGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTSKYBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTSLATEGREY — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTSTEELBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
LIGHTYELLOW — Constant static property in class com.degrafa.core.utils.ColorKeys
LIME — Constant static property in class com.degrafa.core.utils.ColorKeys
LIMEGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
Line — Class in package com.degrafa.geometry
The Line element draws a line using the specified x, y, x1 and y1 coordinate values.
Line(x, y, x1, y1) — Constructor in class com.degrafa.geometry.Line
Constructor.
LinearGradientFill — Class in package com.degrafa.paint
The linear gradient fill class lets you specify a gradient fill.
LinearGradientFill() — Constructor in class com.degrafa.paint.LinearGradientFill
LinearGradientStroke — Class in package com.degrafa.paint
The linear gradient stroke class lets you specify a gradient filled stroke.
LinearGradientStroke() — Constructor in class com.degrafa.paint.LinearGradientStroke
lineIntersects(p1:com.degrafa:GraphicPoint, p2:com.degrafa:GraphicPoint, p3:com.degrafa:GraphicPoint, p4:com.degrafa:GraphicPoint) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
LineIntersects Returns the point of intersection between two lines
LINEN — Constant static property in class com.degrafa.core.utils.ColorKeys
LineRepeater — Class in package com.degrafa.geometry.repeaters
The LineRepeater element draws a line using the specified x, y, x1, y1, coordinate values.
LineRepeater(x, y, x1, y1, count, offsetX, offsetY, moveOffsetX, moveOffsetY) — Constructor in class com.degrafa.geometry.repeaters.LineRepeater
Constructor.
LineTo — Class in package com.degrafa.geometry.segment
A line (L,l) segment is defined by a ending x-axis and y-axis point.
LineTo(x, y, data, coordinateType) — Constructor in class com.degrafa.geometry.segment.LineTo
Constructor.
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