All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openhtmltopdf.java2d.api.Java2DRendererBuilderState Maven / Gradle / Ivy

Go to download

Openhtmltopdf is a CSS 2.1 renderer written in Java. This artifact supports image output with the Java2D API.

There is a newer version: 1.0.10
Show newest version
package com.openhtmltopdf.java2d.api;

import com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder;

import java.awt.*;

/**
 * This class is an internal implementation detail. This class is only public
 * because there are no friend classes in Java. DO NOT USE!
 */
public class Java2DRendererBuilderState extends BaseRendererBuilder.BaseRendererBuilderState {
	/* Internal! */
	Java2DRendererBuilderState() {
	}

	public Graphics2D _layoutGraphics;
	public FSPageProcessor _pageProcessor;
    public boolean _useEnvironmentFonts = false;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy