Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xerox.VTM.glyphs
Class ClippedPathSeg  view ClippedPathSeg download ClippedPathSeg.java

java.lang.Object
  extended bycom.xerox.VTM.glyphs.PathSeg
      extended bycom.xerox.VTM.glyphs.ClippedPathSeg

public class ClippedPathSeg
extends PathSeg

Used to decompose VPath in segments


Field Summary
protected  float java2Dx
           
protected  float java2Dy
           
static short SEG_TYPE_CB1
           
static short SEG_TYPE_CB2
           
static short SEG_TYPE_CB3
           
static short SEG_TYPE_JMP
           
static short SEG_TYPE_QD1
           
static short SEG_TYPE_QD2
           
static short SEG_TYPE_SEG
           
protected  short type
           
protected  boolean visible
           
protected  boolean wasVisible
           
 
Fields inherited from class com.xerox.VTM.glyphs.PathSeg
h, w, x, y
 
Constructor Summary
protected ClippedPathSeg(long xc, long yc, long wc, long hc, short segType, float x2d, float y2d)
           
 
Method Summary
protected  void setVisible(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEG_TYPE_SEG

public static short SEG_TYPE_SEG

SEG_TYPE_QD1

public static short SEG_TYPE_QD1

SEG_TYPE_QD2

public static short SEG_TYPE_QD2

SEG_TYPE_CB1

public static short SEG_TYPE_CB1

SEG_TYPE_CB2

public static short SEG_TYPE_CB2

SEG_TYPE_CB3

public static short SEG_TYPE_CB3

SEG_TYPE_JMP

public static short SEG_TYPE_JMP

wasVisible

protected boolean wasVisible

visible

protected boolean visible

type

protected short type

java2Dx

protected float java2Dx

java2Dy

protected float java2Dy
Constructor Detail

ClippedPathSeg

protected ClippedPathSeg(long xc,
                         long yc,
                         long wc,
                         long hc,
                         short segType,
                         float x2d,
                         float y2d)
Method Detail

setVisible

protected void setVisible(boolean b)