org.pdfclown.objects.PdfReal Class Reference

PDF real number object [PDF:1.6:3.2.2]. More...

Inheritance diagram for org.pdfclown.objects.PdfReal:
org.pdfclown.objects.IPdfNumber org.pdfclown.objects.IPdfSimpleObject< double >

List of all members.

Public Member Functions

override PdfObject Accept (IVisitor visitor, object data)
override int CompareTo (PdfDirectObject obj)
override bool Equals (object obj)
override int GetHashCode ()
 PdfReal (double value)
override void WriteTo (IOutputStream stream, File context)

Static Public Member Functions

static PdfReal Get (double?value)
 Gets the object equivalent to the given value.

Properties

double DoubleValue [get]
 Gets the double-precision floating-point representation of the value.
float FloatValue [get]
 Gets the floating-point representation of the value.
int IntValue [get]
 Gets the integer representation of the value.
object Value [get]

PDF real number object [PDF:1.6:3.2.2].


Constructor & Destructor Documentation

org.pdfclown.objects.PdfReal.PdfReal ( double  value  ) 

Member Function Documentation

override PdfObject org.pdfclown.objects.PdfReal.Accept ( IVisitor  visitor,
object  data 
)
override int org.pdfclown.objects.PdfReal.CompareTo ( PdfDirectObject  obj  ) 
override bool org.pdfclown.objects.PdfReal.Equals ( object  obj  ) 
static PdfReal org.pdfclown.objects.PdfReal.Get ( double?  value  )  [static]

Gets the object equivalent to the given value.

override int org.pdfclown.objects.PdfReal.GetHashCode (  ) 
override void org.pdfclown.objects.PdfReal.WriteTo ( IOutputStream  stream,
File  context 
)

Property Documentation

double org.pdfclown.objects.PdfReal.DoubleValue [get]

Gets the double-precision floating-point representation of the value.

Implements org.pdfclown.objects.IPdfNumber.

float org.pdfclown.objects.PdfReal.FloatValue [get]

Gets the floating-point representation of the value.

Implements org.pdfclown.objects.IPdfNumber.

int org.pdfclown.objects.PdfReal.IntValue [get]

Gets the integer representation of the value.

Implements org.pdfclown.objects.IPdfNumber.

object org.pdfclown.objects.IPdfSimpleObject.Value [get, inherited]

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:40 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3