com.java4less.rreport
Class RTriangle

java.lang.Object
  |
  +--com.java4less.rreport.RObject
        |
        +--com.java4less.rreport.RTriangle

public class RTriangle
extends RObject


Field Summary
 java.awt.Color color
           
 double x1
           
 double x2
           
 double x3
           
 double y1
           
 double y2
           
 double y3
           
 
Fields inherited from class com.java4less.rreport.RObject
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, constant, DHTMLLink, fieldName, height, name, selectable, tooltip, triggerAction, visible, width, x, y
 
Constructor Summary
RTriangle()
           
 
Method Summary
 void importLine(java.lang.String key, java.lang.String val)
          read and process line.
 void print(java.awt.Graphics g, double px, double py, java.lang.Object Value)
          print object at the specified location (in pixels) using the specified value.
 
Methods inherited from class com.java4less.rreport.RObject
canHTML, convertColor, convertDoubleList, convertFont, convertList, convertToCM, convertToPixels, createFile, getActivateAction, getdefaultValue, getruntimeValue, isConstant, isVisible, setActivateAction, setConstant, setdefaultValue, setruntimeValue, setVisible, toHTML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x1

public double x1

y1

public double y1

x2

public double x2

y2

public double y2

x3

public double x3

y3

public double y3

color

public java.awt.Color color
Constructor Detail

RTriangle

public RTriangle()
Method Detail

print

public void print(java.awt.Graphics g,
                  double px,
                  double py,
                  java.lang.Object Value)
Description copied from class: RObject
print object at the specified location (in pixels) using the specified value.
Overrides:
print in class RObject

importLine

public void importLine(java.lang.String key,
                       java.lang.String val)
Description copied from class: RObject
read and process line. To be used when reading report from *.rep files. Internal use.
Overrides:
importLine in class RObject