UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PglLib.Scale Class Reference

Public Member Functions

 Scale ()
 
 Scale (PGL.SCALE_UNITS units, int horzDpi, int vertDpi)
 
String toString ()
 
PGL.SCALE_UNITS getUnits ()
 
void SetUnits (PGL.SCALE_UNITS units)
 
int GetHorzResolution ()
 
void SetHorzResolution (int horzResolution)
 
int GetVertResolution ()
 
void SetVertResolution (int vertResolution)
 

Private Attributes

PglCmd cmd = new PglCmd(false, "SCALE", "")
 
PGL.SCALE_UNITS units = PGL.SCALE_UNITS.DOT
 
int horzResolution
 
int vertResolution
 

Constructor & Destructor Documentation

◆ Scale() [1/2]

◆ Scale() [2/2]

com.UniPRT.Sdk.LabelMaker.PglLib.Scale.Scale ( PGL.SCALE_UNITS  units,
int  horzDpi,
int  vertDpi 
)

Member Function Documentation

◆ GetHorzResolution()

int com.UniPRT.Sdk.LabelMaker.PglLib.Scale.GetHorzResolution ( )

◆ getUnits()

PGL.SCALE_UNITS com.UniPRT.Sdk.LabelMaker.PglLib.Scale.getUnits ( )

◆ GetVertResolution()

int com.UniPRT.Sdk.LabelMaker.PglLib.Scale.GetVertResolution ( )

◆ SetHorzResolution()

void com.UniPRT.Sdk.LabelMaker.PglLib.Scale.SetHorzResolution ( int  horzResolution)

◆ SetUnits()

void com.UniPRT.Sdk.LabelMaker.PglLib.Scale.SetUnits ( PGL.SCALE_UNITS  units)

◆ SetVertResolution()

void com.UniPRT.Sdk.LabelMaker.PglLib.Scale.SetVertResolution ( int  vertResolution)

◆ toString()

Member Data Documentation

◆ cmd

PglCmd com.UniPRT.Sdk.LabelMaker.PglLib.Scale.cmd = new PglCmd(false, "SCALE", "")
private

◆ horzResolution

◆ units

◆ vertResolution


The documentation for this class was generated from the following file: