PDF Clown
0.1.2

org.pdfclown.files
Class File.Configuration

java.lang.Object
  extended by org.pdfclown.files.File.Configuration
Enclosing class:
File

public static final class File.Configuration
extends Object

File configuration.

Since:
0.1.1
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 File getFile()
          Gets the file associated with this configuration.
 DecimalFormat getRealFormat()
          Gets the format applied to real number serialization.
 void setRealFormat(DecimalFormat value)
           
 void setRealFormat(int decimalPlacesCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public File getFile()
Gets the file associated with this configuration.


getRealFormat

public DecimalFormat getRealFormat()
Gets the format applied to real number serialization.


setRealFormat

public void setRealFormat(DecimalFormat value)
See Also:
getRealFormat()

setRealFormat

public void setRealFormat(int decimalPlacesCount)
Parameters:
decimalPlacesCount - Number of digits in decimal places.
See Also:
getRealFormat()

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.